X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fgo.mod;h=3be5810a105f384c29cc26b35c7613be5ec808e0;hb=a07b8597afc9d063a7f37a376a5bcf29ba29b557;hp=02a35a16be9eb44e7c71918dd3d28c6a6b6599c6;hpb=49144464f0450ce157a716010cbbd7c3143d332f;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/go.mod b/E2Manager/go.mod index 02a35a1..3be5810 100644 --- a/E2Manager/go.mod +++ b/E2Manager/go.mod @@ -1,16 +1,14 @@ module e2mgr require ( - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.34 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.34 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.34 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.42 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.42 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.42 gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.5.2 github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect github.com/go-ozzo/ozzo-validation v3.5.0+incompatible - github.com/golang/protobuf v1.3.4 + github.com/golang/protobuf v1.4.2 github.com/gorilla/mux v1.7.0 - github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect - github.com/imdario/mergo v0.3.9 // indirect github.com/magiconair/properties v1.8.1 github.com/pelletier/go-toml v1.5.0 // indirect github.com/pkg/errors v0.8.1 @@ -21,10 +19,10 @@ require ( go.uber.org/multierr v1.2.0 // indirect go.uber.org/zap v1.11.0 golang.org/x/net v0.0.0-20191021144547-ec77196f6094 // indirect + golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect + google.golang.org/appengine v1.6.1 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.8 - k8s.io/api v0.17.0 - k8s.io/apimachinery v0.17.0 k8s.io/client-go v0.17.0 )