X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=23644851ac185164f9166ddc3d6fe76ea7ca358a;hb=refs%2Fchanges%2F02%2F6102%2F1;hp=e46abc7540b4b687f7f35aadbde535de196ed203;hpb=415a7b22757d283c3ce7fb523d769ac357bed786;p=ric-plt%2Frtmgr.git diff --git a/go.mod b/go.mod index e46abc7..2364485 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module routing-manager -go 1.12.1 +go 1.13 require ( gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.15 @@ -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.15 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.7.3-1 -replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1 +replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2