X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=reader%2Fgo.mod;fp=reader%2Fgo.mod;h=7c4fde0d9608f5d7eb04aa91354edd45d5ebf150;hb=63df85b1ef600b2b8e3bb607a729311be379897e;hp=865f951d0dbb1a8cae61bf471886995e4df57cee;hpb=756526c3410f3a10f812f4ae53bf4cf3dd565508;p=ric-plt%2Fnodeb-rnib.git diff --git a/reader/go.mod b/reader/go.mod index 865f951..7c4fde0 100644 --- a/reader/go.mod +++ b/reader/go.mod @@ -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 )