X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=e34f32ef4308fb8ec7de334c81c6392f8fa40539;hb=8b2c7bf94b2e73a6cca19bad8c0663d45448bfc7;hp=23644851ac185164f9166ddc3d6fe76ea7ca358a;hpb=04f29bf264dc8d336756cda9499d85d197a487f7;p=ric-plt%2Frtmgr.git diff --git a/go.mod b/go.mod index 2364485..e34f32e 100644 --- a/go.mod +++ b/go.mod @@ -13,12 +13,21 @@ 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 + github.com/kr/pretty v0.2.0 // indirect + github.com/magiconair/properties v1.8.1 // indirect + github.com/mitchellh/mapstructure v1.3.2 // indirect + github.com/pelletier/go-toml v1.8.0 // indirect + github.com/spf13/cast v1.3.1 // indirect + github.com/spf13/jwalterweatherman v1.1.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect + github.com/spf13/viper v1.4.0 + golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 + golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect ) -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/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0 -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/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.2