psu/go.mod
Juan Carlos Mejías Rodríguez 3bb570b9ef Add go module config
2019-08-09 01:42:13 -04:00

12 lines
241 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/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
)