aboutsummaryrefslogtreecommitdiffstats
path: root/src/rsync/go.mod
diff options
context:
space:
mode:
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2020-06-19 17:54:58 +0000
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2020-06-24 22:58:20 +0000
commit81c8ffaa3046245caf3aff5bffe2b971d497ac3d (patch)
tree92804e8f522fa2ec352b4d3bea16d8c2abc645ac /src/rsync/go.mod
parent7b860ae60bf9686b449ab2fe3f18c33944bdd71c (diff)
Instantiation and termination of a given context implementation.
Issue-ID: MULTICLOUD-1005 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com> Change-Id: I60e11aaad97b60efc24a02866dc0e580507e5296
Diffstat (limited to 'src/rsync/go.mod')
-rw-r--r--src/rsync/go.mod12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/rsync/go.mod b/src/rsync/go.mod
index 9c3362ce..a2c5f83b 100644
--- a/src/rsync/go.mod
+++ b/src/rsync/go.mod
@@ -3,13 +3,15 @@ module github.com/onap/multicloud-k8s/src/rsync
go 1.13
require (
- github.com/golang/protobuf v1.3.4
+ github.com/golang/protobuf v1.4.1
+ github.com/googleapis/gnostic v0.4.0
+ github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 // indirect
+ github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
+ github.com/mattn/go-isatty v0.0.4 // indirect
+ github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onap/multicloud-k8s/src/orchestrator v0.0.0-20200601021239-7959bd4c6fd4
- golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
- google.golang.org/appengine v1.4.0 // indirect
+ go.etcd.io/bbolt v1.3.3 // indirect
google.golang.org/grpc v1.27.1
- honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
- github.com/googleapis/gnostic v0.4.0
k8s.io/kubernetes v1.14.1
)