X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=cfd55453286e025234c15520b7a651178e3cd5f9;hb=4984522994d50af32fe8f0d1b0fbc7339bdf077f;hp=7fbb0108f7697be8f456335ce943c925888833e5;hpb=a55ae650c55c106183838f76fc9fd83b4056bfdf;p=ric-plt%2Frtmgr.git diff --git a/go.mod b/go.mod index 7fbb010..cfd5545 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.6 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.15 github.com/ghodss/yaml v1.0.0 github.com/go-openapi/errors v0.19.3 github.com/go-openapi/loads v0.19.4 @@ -13,11 +13,12 @@ require ( github.com/go-openapi/swag v0.19.7 github.com/go-openapi/validate v0.19.6 github.com/jessevdk/go-flags v1.4.0 + github.com/ory/go-acc v0.2.5 // indirect golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 ) 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.6 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.15 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1