7f91832a777c4f50e66b97248b8340b6d544c3c6
[ric-plt/nodeb-rnib.git] / reader / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader
2
3 go 1.12
4
5 require (
6         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.1
7         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.1
8         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.7.0
9         github.com/golang/protobuf v1.4.2
10         github.com/google/go-cmp v0.4.1 // indirect
11         github.com/pkg/errors v0.8.1
12         github.com/stretchr/testify v1.3.0
13 )
14
15 replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common => ../common
16
17 replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities => ../entities
18
19 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0