X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=E2Manager%2Fgo.mod;h=a46916bf98849e9520e5cebd486874c4299eb956;hb=refs%2Fheads%2Fi-release;hp=9e9d9d42ea1cd91e0eaa43fc7df44463c86e8d2f;hpb=07ef76dd471a0892a893c90e0ab06713aee34be1;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/go.mod b/E2Manager/go.mod index 9e9d9d4..a46916b 100644 --- a/E2Manager/go.mod +++ b/E2Manager/go.mod @@ -1,21 +1,37 @@ module e2mgr require ( - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.16 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.16 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.16 - gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.0 - gerrit.ranco-dev-tools.eastus.cloudapp.azure.com/ric-plt/nodeb-rnib.git/common v1.0.5 // indirect - gerrit.ranco-dev-tools.eastus.cloudapp.azure.com/ric-plt/nodeb-rnib.git/entities v1.0.5 - 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 + gerrit.o-ran-sc.org/r/com/golog v0.0.2 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.9 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.9 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.2.9 + gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.8.0 + github.com/fsnotify/fsnotify v1.4.9 + github.com/golang/protobuf v1.4.2 + github.com/gorilla/mux v1.7.0 + github.com/magiconair/properties v1.8.1 github.com/pkg/errors v0.8.1 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/testify v1.5.1 + 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.2.0 +require ( + github.com/kr/pretty v0.2.0 // indirect + github.com/mitchellh/mapstructure v1.3.2 // indirect + github.com/pelletier/go-toml v1.8.0 // indirect + github.com/spf13/afero v1.2.2 // indirect + github.com/spf13/cast v1.3.1 // indirect + github.com/spf13/jwalterweatherman v1.1.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect + github.com/stretchr/objx v0.2.0 // indirect + golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect + k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect +) + +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0 + +replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2 + +go 1.18