RICPLT-2707 - Create RNIB reader in C
[ric-plt/nodeb-rnib.git] / creader / go.mod
index 3dc4425..542bbda 100644 (file)
@@ -3,9 +3,9 @@ module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/creader
 go 1.12
 
 require (
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.28
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.28
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.28
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.29
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.29
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.29
        gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.5.0
        github.com/golang/protobuf v1.3.2
        github.com/pkg/errors v0.8.1