X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=creader%2Fgo.mod;h=247eed4e4cfbc3e9d591255342e4f113cac09345;hb=refs%2Fheads%2Fg-release;hp=3dc442562373dc37361c8884d9fca470dddadd61;hpb=e281b3f9a955498d5b35d5faf9bdc800422dc678;p=ric-plt%2Fnodeb-rnib.git diff --git a/creader/go.mod b/creader/go.mod index 3dc4425..247eed4 100644 --- a/creader/go.mod +++ b/creader/go.mod @@ -1,15 +1,22 @@ module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/creader -go 1.12 +go 1.17 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/sdlgo v0.5.0 - github.com/golang/protobuf v1.3.2 - github.com/pkg/errors v0.8.1 - github.com/stretchr/testify v1.3.0 + 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.8.0 ) -replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0 +require ( + github.com/davecgh/go-spew v1.1.0 // indirect + github.com/go-redis/redis v6.15.9+incompatible // indirect + github.com/golang/protobuf v1.4.2 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/objx v0.1.0 // indirect + github.com/stretchr/testify v1.3.0 // indirect + google.golang.org/protobuf v1.23.0 // indirect +) + +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0