X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=go.mod;h=ae6990b224087ea504a7f50ed01fb201fde97633;hb=ea0bf25b4227ae5087365aec7683011bd79e73c7;hp=e34f32ef4308fb8ec7de334c81c6392f8fa40539;hpb=e378e3085479cea279fc2386ef2fbacca265b18f;p=ric-plt%2Frtmgr.git diff --git a/go.mod b/go.mod index e34f32e..ae6990b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module routing-manager go 1.13 require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.15 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.9.1 github.com/ghodss/yaml v1.0.0 github.com/go-openapi/errors v0.19.3 github.com/go-openapi/loads v0.19.4 @@ -26,8 +26,8 @@ require ( gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect ) -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/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0 -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.8.3-1 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.1 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2