RIC-11565:Add support for Multiple E2 Nodes: CU/DU for the case having same GNBId
[ric-plt/e2mgr.git] / E2Manager / go.mod
index 6294658..a46916b 100644 (file)
@@ -2,9 +2,9 @@ module e2mgr
 
 require (
        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.1
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.8
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.2.1
+       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
@@ -17,21 +17,15 @@ require (
 )
 
 require (
-       github.com/davecgh/go-spew v1.1.1 // indirect
-       github.com/go-redis/redis v6.15.9+incompatible // indirect
-       github.com/hashicorp/hcl v1.0.0 // indirect
        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/pmezard/go-difflib v1.0.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
-       golang.org/x/text v0.3.2 // indirect
-       google.golang.org/protobuf v1.23.0 // indirect
        gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
        k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
 )