X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=cfd55453286e025234c15520b7a651178e3cd5f9;hb=4984522994d50af32fe8f0d1b0fbc7339bdf077f;hp=e46abc7540b4b687f7f35aadbde535de196ed203;hpb=415a7b22757d283c3ce7fb523d769ac357bed786;p=ric-plt%2Frtmgr.git diff --git a/go.mod b/go.mod index e46abc7..cfd5545 100644 --- a/go.mod +++ b/go.mod @@ -13,6 +13,7 @@ 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 )