Merge "reader versions updated to 23"
[ric-plt/e2mgr.git] / E2Manager / go.mod
1 module e2mgr
2
3 require (
4         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.23
5         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.23
6         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.23
7         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.3.1
8         github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
9         github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
10         github.com/golang/protobuf v1.3.1
11         github.com/gorilla/context v1.1.1 // indirect
12         github.com/gorilla/mux v1.6.2
13         github.com/pkg/errors v0.8.1
14         github.com/spf13/viper v1.4.0
15         github.com/stretchr/testify v1.3.0
16         go.uber.org/zap v1.10.0
17         gopkg.in/yaml.v2 v2.2.2
18 )
19
20 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.3.1