blob: a3dcb17d528ac6849fc745b170e548884110fd06 [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 (
ss412g3910f462019-07-28 18:18:05 +03006 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.10
7 gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.10
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