ss412g | 07ef76d | 2019-08-12 17:26:40 +0300 | [diff] [blame] | 1 | module e2mgr |
| 2 | |
| 3 | require ( |
irina | 3690bcd | 2019-09-11 15:24:21 +0300 | [diff] [blame] | 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 |
irina | 437ea44 | 2019-09-11 14:42:08 +0300 | [diff] [blame] | 7 | gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.3.1 |
ss412g | 07ef76d | 2019-08-12 17:26:40 +0300 | [diff] [blame] | 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 |
Amichai | 4db397d | 2019-08-28 19:23:15 +0300 | [diff] [blame] | 11 | github.com/gorilla/context v1.1.1 // indirect |
| 12 | github.com/gorilla/mux v1.6.2 |
ss412g | 07ef76d | 2019-08-12 17:26:40 +0300 | [diff] [blame] | 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 | |
irina | 437ea44 | 2019-09-11 14:42:08 +0300 | [diff] [blame] | 20 | replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.3.1 |