[RICPLT-1853] Add RanReconnectionManager & RanSetupManager | Refactor providers/manag...
[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.19
5         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.19
6         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.19
7         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.0
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/julienschmidt/httprouter v1.2.0
12         github.com/pkg/errors v0.8.1
13         github.com/spf13/viper v1.4.0
14         github.com/stretchr/testify v1.3.0
15         go.uber.org/zap v1.10.0
16         gopkg.in/yaml.v2 v2.2.2
17 )
18
19 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.2.0