X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=reader%2Fgo.mod;h=2116e750d332b1fdea5c4f37e06551e39d112960;hb=5622e4f1ad53a6a8d9003cd02e7d17ba91fb229d;hp=bbe70062a5f09000668e68ae36c0c29165719263;hpb=eeb2245207d10d34295366ea421a97642e833b9d;p=ric-plt%2Fnodeb-rnib.git diff --git a/reader/go.mod b/reader/go.mod index bbe7006..2116e75 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.15 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.15 - gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.0 - github.com/golang/protobuf v1.3.1 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.6 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.6 + 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 ) @@ -15,4 +15,4 @@ replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common => ../common replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities => ../entities -replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.2.0 +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0