X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=2cbbc5d07c1ce9db13d988de77b785cfe39059f5;hb=749726bcd7bd058ac425dd260f701a961c2d5210;hp=078e930cd16c32b7b17c54cd7fd2a50157e5253a;hpb=47faec8c255f19f51e22c2fec203e6ed513c791f;p=ric-plt%2Fxapp-frame.git diff --git a/go.mod b/go.mod old mode 100755 new mode 100644 index 078e930..2cbbc5d --- a/go.mod +++ b/go.mod @@ -5,10 +5,10 @@ go 1.12 require ( gerrit.o-ran-sc.org/r/com/golog v0.0.1 gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.4.2 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.21 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.21 - gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.21 - gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.3.1 + 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 github.com/go-openapi/errors v0.19.3 github.com/go-openapi/loads v0.19.4 @@ -17,7 +17,7 @@ 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.2 + github.com/golang/protobuf v1.3.4 github.com/gorilla/mux v1.7.1 github.com/jessevdk/go-flags v1.4.0 github.com/prometheus/client_golang v0.9.3 @@ -30,10 +30,10 @@ replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdl replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.0-20190604083303-aaffc8ebe3f1 -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.21 +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/entities => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.21 +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/reader => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.21 +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/alarm-go.git/alarm => gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.4.2