X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=18fa7cc3a230d5406c0e7461bddbb2d3ac3be467;hb=8b7008d5777ca84d04c04867ec1a6f0edea4633f;hp=20ae62a6a74fa6bad9e47357d4aff875eb2354d4;hpb=6858093cd7e4679d1687c29d15922e6d7a3a94a6;p=ric-plt%2Fxapp-frame.git diff --git a/go.mod b/go.mod index 20ae62a..18fa7cc 100644 --- a/go.mod +++ b/go.mod @@ -5,11 +5,11 @@ go 1.12 require ( gerrit.o-ran-sc.org/r/com/golog v0.0.2 gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.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.5.0 - github.com/fsnotify/fsnotify v1.4.7 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.1 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.1 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.2.1 + gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.7.0 + github.com/fsnotify/fsnotify v1.4.9 github.com/go-openapi/errors v0.19.3 github.com/go-openapi/loads v0.19.4 github.com/go-openapi/runtime v0.19.4 @@ -17,24 +17,24 @@ require ( github.com/go-openapi/strfmt v0.19.4 github.com/go-openapi/swag v0.19.7 github.com/go-openapi/validate v0.19.6 - github.com/golang/protobuf v1.3.4 + github.com/golang/protobuf v1.4.2 github.com/gorilla/mux v1.7.1 github.com/jessevdk/go-flags v1.4.0 github.com/prometheus/client_golang v0.9.3 github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.5.1 - golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 + golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect ) -replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2 +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2 -replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.35 +replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.1 -replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.35 +replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.1 -replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.35 +replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.2.1 replace gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm => gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.0