X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=f9c714f02d1eca1464bf2126c3550dc4a3a16e5a;hb=refs%2Fchanges%2F92%2F6292%2F1;hp=3ddb41e3d1c94534532626ae75aae13319381dae;hpb=37c510b6db9159b2cc8fe959d8e04f2bbe8e6a45;p=ric-plt%2Frtmgr.git diff --git a/go.mod b/go.mod index 3ddb41e..f9c714f 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module routing-manager -go 1.12.1 +go 1.13 require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.7 + 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.7 +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/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