blob: c511dce0cd9de74053d3ad3ca6b03a66ff47d5da [file] [log] [blame]
Irinae281b3f2020-01-02 14:06:17 +02001module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/creader
2
3go 1.12
4
5require (
ss412g756526c2020-05-20 00:28:19 +03006 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.35
7 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.35
8 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.35
Irinae281b3f2020-01-02 14:06:17 +02009 gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.5.0
10 github.com/golang/protobuf v1.3.2
11 github.com/pkg/errors v0.8.1
12 github.com/stretchr/testify v1.3.0
13)
14
15replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0