blob: d0ebcbed660057a6f0afbf2dd1f44e1166d3c0c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
)
|