diff options
Diffstat (limited to 'src/tools/emcoctl/go.mod')
-rw-r--r-- | src/tools/emcoctl/go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tools/emcoctl/go.mod b/src/tools/emcoctl/go.mod new file mode 100644 index 00000000..d0ebcbed --- /dev/null +++ b/src/tools/emcoctl/go.mod @@ -0,0 +1,13 @@ +module tools/emcoctl + +go 1.14 + +require ( + github.com/go-resty/resty/v2 v2.3.0 + github.com/mitchellh/go-homedir v1.1.0 + github.com/mitchellh/mapstructure v1.1.2 + github.com/pkg/errors v0.8.1 + github.com/spf13/cobra v1.0.0 + github.com/spf13/viper v1.7.1 + gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 +) |