mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
14 lines
344 B
Modula-2
14 lines
344 B
Modula-2
module github.com/greenled/portainer-stack-utils
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/portainer/portainer v0.0.0-20190604035120-c1433eff0dde
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.3.2
|
|
github.com/stretchr/testify v1.2.2
|
|
)
|