psu/go.mod

14 lines
344 B
Modula-2
Raw Normal View History

2019-08-08 14:06:16 +00:00
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
2019-08-08 14:06:16 +00:00
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
2019-08-09 16:40:53 +00:00
github.com/stretchr/testify v1.2.2
2019-08-08 14:06:16 +00:00
)