Merge "RICPLT-2707 - Create RNIB reader in C"
[ric-plt/nodeb-rnib.git] / creader / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/creader
2
3 go 1.12
4
5 require (
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
15 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0