X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=ae6990b224087ea504a7f50ed01fb201fde97633;hb=ea0bf25b4227ae5087365aec7683011bd79e73c7;hp=e6a1f6e5da6cb44f216264e0e514efd91911b63a;hpb=a8596ec6db91b8a45a1a21421a726b9b05ce7d48;p=ric-plt%2Frtmgr.git diff --git a/go.mod b/go.mod index e6a1f6e..ae6990b 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,33 @@ module routing-manager -go 1.12.1 +go 1.13 require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.20 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.9.1 + github.com/ghodss/yaml v1.0.0 + github.com/go-openapi/errors v0.19.3 + github.com/go-openapi/loads v0.19.4 + github.com/go-openapi/runtime v0.19.4 + github.com/go-openapi/spec v0.19.3 + github.com/go-openapi/strfmt v0.19.4 + 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/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.2.0 +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0 -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.0.20 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.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