X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=e93f3ff4e831b9f4aa5b6649a63f4de3e2ac8719;hb=9d7021ad453693bdcf816a553790d01207390dec;hp=a6e285e3459d946de7fc302fa5a1c3c140cfad45;hpb=dd6b05676beaff9d6252c3486cf8fb77748d37f8;p=ric-plt%2Frtmgr.git diff --git a/go.mod b/go.mod index a6e285e..e93f3ff 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module routing-manager go 1.12.1 require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.4 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.10 github.com/ghodss/yaml v1.0.0 github.com/go-openapi/errors v0.19.3 github.com/go-openapi/loads v0.19.4 @@ -14,13 +14,10 @@ require ( github.com/go-openapi/validate v0.19.6 github.com/jessevdk/go-flags v1.4.0 golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 - nanomsg.org/go/mangos/v2 v2.0.5 ) 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/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.4 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.10 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1 - -replace nanomsg.org/go/mangos/v2 => nanomsg.org/go/mangos/v2 v2.0.5