X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=E2Manager%2Fgo.mod;h=a15e96a2eb9400201d5c04b4fead10101ce17404;hb=dbf8e0032295fac936779b0f117d0600b94c85fc;hp=59a3fc90d38047935c2427556a0cd90de86d18eb;hpb=f846c5987cd35da745534e26ac3a22bdcf8b030a;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/go.mod b/E2Manager/go.mod index 59a3fc9..a15e96a 100644 --- a/E2Manager/go.mod +++ b/E2Manager/go.mod @@ -1,13 +1,13 @@ module e2mgr require ( - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.29 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.29 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.29 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.33 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.33 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.33 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.2 + github.com/golang/protobuf v1.3.4 github.com/gorilla/mux v1.7.0 github.com/magiconair/properties v1.8.1 github.com/pelletier/go-toml v1.5.0 // indirect