[RIC-384] Update proto version and add ran_function proto
[ric-plt/nodeb-rnib.git] / entities / go.mod
index e1b6f86..4c8b9db 100644 (file)
@@ -2,4 +2,7 @@ module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities
 
 go 1.12
 
-require github.com/golang/protobuf v1.3.4
+require (
+       github.com/golang/protobuf v1.4.0
+       google.golang.org/protobuf v1.23.0
+)