blob: e6388b7f0652bc3a78849bd482a1846a8002d49d [file] [log] [blame]
ss412ge8369892019-07-04 16:29:22 +03001module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader
ss412g286ce412019-07-04 14:00:29 +03002
3go 1.12
4
5require (
6 gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.0
ss412ge8369892019-07-04 16:29:22 +03007 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.6
8 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.6
ss412g286ce412019-07-04 14:00:29 +03009 github.com/golang/protobuf v1.3.1
10 github.com/pkg/errors v0.8.1
11 github.com/stretchr/testify v1.3.0
12)
13
ss412ge8369892019-07-04 16:29:22 +030014replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common => ../common
ss412g286ce412019-07-04 14:00:29 +030015
ss412ge8369892019-07-04 16:29:22 +030016replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities => ../entities
ss412g286ce412019-07-04 14:00:29 +030017
18replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.2.0