psu/go.mod
2019-08-10 12:14:55 -04:00

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
)