blob: 3dc442562373dc37361c8884d9fca470dddadd61 [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 (
6 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.28
7 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.28
8 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.28
9 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