aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/go.mod
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2019-08-23 12:33:06 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2019-08-26 15:59:36 -0700
commitd6b4c825bcafccb2495566332090778ef922b634 (patch)
treeadc6ac1c4ad94e5ccef1a88992c3c236758a6bc8 /src/k8splugin/go.mod
parentdcace0784979890bb986fb078348b4b3ceef146c (diff)
Add a namegenerator package
Adds a namegenerator package which generates readable names for instances. This will go with a small change in the API where we expect instance names and will generate the names if they are not provided. Issue-ID: MULTICLOUD-716 Change-Id: I69d8b7fb62667b8b60f3e02eb26dc937961d26d2 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'src/k8splugin/go.mod')
-rw-r--r--src/k8splugin/go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/k8splugin/go.mod b/src/k8splugin/go.mod
index f75588b6..cc9496a8 100644
--- a/src/k8splugin/go.mod
+++ b/src/k8splugin/go.mod
@@ -11,7 +11,7 @@ require (
github.com/coreos/etcd v3.3.12+incompatible // indirect
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/docker/distribution v2.7.0+incompatible // indirect
- github.com/docker/docker v0.7.3-0.20190312165151-258edd715d46 // indirect
+ github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.3.3 // indirect
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
@@ -50,6 +50,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
+ github.com/moby/moby v1.13.1
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180228065516-1df9eeb2bb81 // indirect
github.com/mongodb/mongo-go-driver v1.0.0