X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=reader%2Fgo.mod;h=6773be328170c5254aec9a69eabacfb35e7ea902;hb=a16d98438e847775dd7a06ca3986c287d1199def;hp=dc8a0b5d073db99b1186c7da26016cf99ce954aa;hpb=f8c6490dc4a4a1c14aea7b7a06170bcfe7200229;p=ric-plt%2Fnodeb-rnib.git diff --git a/reader/go.mod b/reader/go.mod index dc8a0b5..6773be3 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.12 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.12 - 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.0.39 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.39 + 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.5.0