summaryrefslogtreecommitdiffstats
path: root/src/orchestrator/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'src/orchestrator/go.mod')
-rw-r--r--src/orchestrator/go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/orchestrator/go.mod b/src/orchestrator/go.mod
index 39d28d5c..47796626 100644
--- a/src/orchestrator/go.mod
+++ b/src/orchestrator/go.mod
@@ -4,6 +4,7 @@ require (
github.com/coreos/etcd v3.3.12+incompatible
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.3.1 // indirect
+ github.com/golang/protobuf v1.3.4
github.com/golang/snappy v0.0.1 // indirect
github.com/gorilla/handlers v1.3.0
github.com/gorilla/mux v1.6.2
@@ -13,8 +14,11 @@ require (
github.com/sirupsen/logrus v1.4.2
go.etcd.io/etcd v3.3.12+incompatible
go.mongodb.org/mongo-driver v1.0.0
- golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
+ golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
+ golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
+ google.golang.org/genproto v0.0.0-20200305110556-506484158171 // indirect
+ google.golang.org/grpc v1.27.1
k8s.io/apimachinery v0.0.0-20190831074630-461753078381
k8s.io/helm v2.14.3+incompatible
k8s.io/klog v1.0.0 // indirect