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 )