push code back with legal issues fix
[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.16
5         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.16
6         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.16
7         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.0
8         gerrit.ranco-dev-tools.eastus.cloudapp.azure.com/ric-plt/nodeb-rnib.git/common v1.0.5 // indirect
9         gerrit.ranco-dev-tools.eastus.cloudapp.azure.com/ric-plt/nodeb-rnib.git/entities v1.0.5
10         github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
11         github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
12         github.com/golang/protobuf v1.3.1
13         github.com/julienschmidt/httprouter v1.2.0
14         github.com/pkg/errors v0.8.1
15         github.com/spf13/viper v1.4.0
16         github.com/stretchr/testify v1.3.0
17         go.uber.org/zap v1.10.0
18         gopkg.in/yaml.v2 v2.2.2
19 )
20
21 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.2.0