blob: 6892b029d131b20cc90290d272d05cac72463804 [file] [log] [blame]
ss412g07ef76d2019-08-12 17:26:40 +03001module e2mgr
2
3require (
irina3690bcd2019-09-11 15:24:21 +03004 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
irina437ea442019-09-11 14:42:08 +03007 gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.3.1
ss412g07ef76d2019-08-12 17:26:40 +03008 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
Amichai4db397d2019-08-28 19:23:15 +030011 github.com/gorilla/context v1.1.1 // indirect
12 github.com/gorilla/mux v1.6.2
ss412g07ef76d2019-08-12 17:26:40 +030013 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
irina437ea442019-09-11 14:42:08 +030020replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.3.1