X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fgo.mod;h=c0213f903c748eecf6d347ecb889e33b66c8f75a;hb=5f208b14c6685e2f70897c16da848f8f0ef73a90;hp=2832a8d1a26a95f8a1287d28277e9ce79c4d80c1;hpb=006fbce1d1ea814cb37f5bfcff6f53e27f018a9e;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/go.mod b/E2Manager/go.mod index 2832a8d..c0213f9 100644 --- a/E2Manager/go.mod +++ b/E2Manager/go.mod @@ -1,20 +1,24 @@ module e2mgr require ( - 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/gorilla/context v1.1.1 // indirect - github.com/gorilla/mux v1.6.2 + 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.5.2 + github.com/golang/protobuf v1.4.2 + github.com/gorilla/mux v1.7.0 + github.com/magiconair/properties v1.8.1 + github.com/onsi/ginkgo v1.14.0 // indirect + github.com/pelletier/go-toml v1.5.0 // indirect github.com/pkg/errors v0.8.1 + github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.4.0 - github.com/stretchr/testify v1.3.0 - go.uber.org/zap v1.10.0 - gopkg.in/yaml.v2 v2.2.2 + github.com/stretchr/objx v0.2.0 // indirect + github.com/stretchr/testify v1.4.0 + go.uber.org/multierr v1.2.0 // indirect + go.uber.org/zap v1.11.0 + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect + 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.3.0 +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2