X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fgo.mod;h=2832a8d1a26a95f8a1287d28277e9ce79c4d80c1;hb=006fbce1d1ea814cb37f5bfcff6f53e27f018a9e;hp=704fd19deb89ef0fef4ef7d06e1ed9dc9997b57c;hpb=1ab6a831f4ea04d60399aa8f074017137922dfff;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/go.mod b/E2Manager/go.mod index 704fd19..2832a8d 100644 --- a/E2Manager/go.mod +++ b/E2Manager/go.mod @@ -1,14 +1,15 @@ module e2mgr require ( - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.18 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.18 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.18 - gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.0 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.21 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.21 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.21 + gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.3.0 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.1 - github.com/julienschmidt/httprouter v1.2.0 + github.com/gorilla/context v1.1.1 // indirect + github.com/gorilla/mux v1.6.2 github.com/pkg/errors v0.8.1 github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.3.0 @@ -16,4 +17,4 @@ require ( gopkg.in/yaml.v2 v2.2.2 ) -replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.2.0 +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.3.0