[RIC-384] Update proto version and add ran_function proto
[ric-plt/nodeb-rnib.git] / reader / go.mod
index 865f951..7c4fde0 100644 (file)
@@ -3,10 +3,10 @@ module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader
 go 1.12
 
 require (
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.35
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.35
-       gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.5.0
-       github.com/golang/protobuf v1.3.4
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.36
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.36
+       github.com/golang/protobuf v1.4.2
+       github.com/google/go-cmp v0.4.1 // indirect
        github.com/pkg/errors v0.8.1
        github.com/stretchr/testify v1.3.0
 )