blob: 8a2df97bacf655ccaee0b1fea02dbcd861664844 [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 (
is005qe8bf2a12019-09-11 12:25:07 +03006 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.22
7 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.22
is005q3519d192019-07-30 17:09:03 +03008 gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.0
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