X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fgo.mod;h=0339b3ca916320c7af555f6e84da0c4eb869d4dc;hb=313355950ec536c37ea40e630b0d81e4e674e07c;hp=39966d00164ebc39c7c08991c5a82c9bef18e32c;hpb=a75da9a56d61ca4754650d44a54bbf0b04f610d1;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/go.mod b/E2Manager/go.mod index 39966d0..0339b3c 100644 --- a/E2Manager/go.mod +++ b/E2Manager/go.mod @@ -1,9 +1,9 @@ module e2mgr require ( - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.32 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.32 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.32 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.35 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.35 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.35 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 @@ -12,19 +12,19 @@ require ( github.com/magiconair/properties v1.8.1 github.com/pelletier/go-toml v1.5.0 // indirect github.com/pkg/errors v0.8.1 - github.com/spf13/afero v1.2.2 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.4.0 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 golang.org/x/net v0.0.0-20191021144547-ec77196f6094 // indirect - golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7 // indirect - golang.org/x/text v0.3.2 // indirect + golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect + google.golang.org/appengine v1.6.1 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect - gopkg.in/yaml.v2 v2.2.4 + gopkg.in/yaml.v2 v2.2.8 + k8s.io/apimachinery v0.17.0 + k8s.io/client-go v0.17.0 ) replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2