From e80f462ab1621090dd9cf7a2c648eb168aaafa5e Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Thu, 23 Apr 2020 12:55:38 -0700 Subject: Add grpc contextupdate client call to orchestrator Adds a contextupdate client function that can be invoked for any action or placement controller to process intents for that controller. Adds the corresponding server side handling for the ovnaction controller. Issue-ID: MULTICLOUD-1019 Signed-off-by: Eric Multanen Change-Id: Ifdfc99e522288a530735bc4c1402d45449f6d057 --- src/orchestrator/go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/orchestrator/go.mod') diff --git a/src/orchestrator/go.mod b/src/orchestrator/go.mod index 0cead9a4..223dc068 100644 --- a/src/orchestrator/go.mod +++ b/src/orchestrator/go.mod @@ -13,7 +13,7 @@ require ( github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect github.com/ghodss/yaml v1.0.0 github.com/gobwas/glob v0.2.3 // indirect - github.com/golang/protobuf v1.3.4 + github.com/golang/protobuf v1.4.1 github.com/gorilla/handlers v1.3.0 github.com/gorilla/mux v1.7.3 github.com/huandu/xstrings v1.3.1 // indirect @@ -34,6 +34,7 @@ require ( go.mongodb.org/mongo-driver v1.0.0 golang.org/x/net v0.0.0-20200301022130-244492dfa37a google.golang.org/grpc v1.27.1 + google.golang.org/protobuf v1.24.0 gopkg.in/square/go-jose.v2 v2.5.1 // indirect gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 k8s.io/apiextensions-apiserver v0.0.0-00010101000000-000000000000 // indirect -- cgit 1.2.3-korg