X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fgo.mod;h=c0213f903c748eecf6d347ecb889e33b66c8f75a;hb=refs%2Fchanges%2F16%2F5116%2F1;hp=a814482b5ff6c6411e0e4b36e6c94ebfc930cc3e;hpb=e0106ffb1e1e5b133752b073372d663c49101370;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/go.mod b/E2Manager/go.mod index a814482..c0213f9 100644 --- a/E2Manager/go.mod +++ b/E2Manager/go.mod @@ -1,13 +1,14 @@ module e2mgr require ( - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.44 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.44 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.44 + 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 @@ -16,11 +17,8 @@ require ( github.com/stretchr/testify v1.4.0 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 - golang.org/x/text v0.3.2 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect - gopkg.in/yaml.v2 v2.2.8 + 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.5.2