mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
12 lines
241 B
Modula-2
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
|
||
|
)
|