X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=creader%2Fgo.mod;h=b6b3beb5eb4cbe084bec90eb7b6f1a4043340b52;hb=c40777f658f50aa334c248f974576a8c9c157f2b;hp=3dc442562373dc37361c8884d9fca470dddadd61;hpb=e281b3f9a955498d5b35d5faf9bdc800422dc678;p=ric-plt%2Fnodeb-rnib.git diff --git a/creader/go.mod b/creader/go.mod index 3dc4425..b6b3beb 100644 --- a/creader/go.mod +++ b/creader/go.mod @@ -3,11 +3,11 @@ 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.35 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.35 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.35 gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.5.0 - github.com/golang/protobuf v1.3.2 + github.com/golang/protobuf v1.3.4 github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.3.0 )