X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=6f3c2c814808118911a6feeb3ce10f75032ed021;hb=a829dab71827b00d48740684a122cbaa2f56ba6f;hp=311de3d30acc810f19293b7949f6c94c4f720af2;hpb=727cefb2889f78571bfc655359e03bf20227381c;p=ric-app%2Frc.git diff --git a/go.mod b/go.mod index 311de3d..6f3c2c8 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module nrtric +module nrtric go 1.14 @@ -6,13 +6,14 @@ require ( gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000 github.com/golang/protobuf v1.5.2 golang.org/x/net v0.0.0-20210614182718-04defd469f4e - google.golang.org/grpc v1.39.0 + google.golang.org/grpc v1.39.0 + google.golang.org/protobuf v1.28.0 // indirect k8s.io/utils v0.0.0-20210629042839-4a2b36d8d73f // indirect ) -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => /go/src/gerrit.o-ran-sc.org/r/ric-plt/xapp-frame +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.8.3 -replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2 +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2