summaryrefslogtreecommitdiffstats
path: root/src/tools/emcoctl/go.mod
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2020-08-25 22:01:22 -0700
committerRitu Sood <ritu.sood@intel.com>2020-08-25 22:14:34 -0700
commit16ca82713faf6678d4b7055130768541f86ea20c (patch)
treebc8a457b5a545c79aff23e95e515f09c91dca3b6 /src/tools/emcoctl/go.mod
parent706d0990fc2210041f467934f3ec72c9b5a06ff4 (diff)
CLI code for EMCO
Add cli emcoctl as a client utility for EMCO Issue-ID: MULTICLOUD-1065 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Change-Id: Ie1951910628469b5a7e75550b9daa34ba377d1a4
Diffstat (limited to 'src/tools/emcoctl/go.mod')
-rw-r--r--src/tools/emcoctl/go.mod13
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
+)