X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fgo.mod;h=4d4899f2c37e4133cbae95e82e8583d30558dd82;hb=04ff63f1708020673dd9be975476e0f76f179a81;hp=3f0f970a6ee7798b50b645744be3086100442433;hpb=be4820f30b25f8b3dcf22ba7601ad68ddee46f9c;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/go.mod b/E2Manager/go.mod index 3f0f970..4d4899f 100644 --- a/E2Manager/go.mod +++ b/E2Manager/go.mod @@ -1,10 +1,10 @@ module e2mgr require ( - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.48 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.48 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.48 - gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.7.0 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.1 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.8 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.2.1 + gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.8.0 github.com/golang/protobuf v1.4.2 github.com/gorilla/mux v1.7.0 github.com/kr/pretty v0.2.0 // indirect @@ -26,4 +26,6 @@ require ( gopkg.in/yaml.v2 v2.3.0 ) -replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0 +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0 + +go 1.13