X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RSM%2Fgo.mod;fp=RSM%2Fgo.mod;h=4815afb90c026f31abdf95d561e49bcbffdcdde8;hb=7b80668df78103cebafdfb7caa0070dc92ed3779;hp=0000000000000000000000000000000000000000;hpb=66db8f159a8034a65cc02f3ff4701cdfb908b496;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/go.mod b/RSM/go.mod new file mode 100644 index 0000000..4815afb --- /dev/null +++ b/RSM/go.mod @@ -0,0 +1,62 @@ +module rsm + +require ( + cloud.google.com/go v0.46.3 // indirect + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.23 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.23 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.23 + gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.3.1 + github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect + github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect + github.com/coreos/bbolt v1.3.3 // indirect + github.com/coreos/etcd v3.3.15+incompatible // indirect + github.com/coreos/go-semver v0.3.0 // indirect + github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect + github.com/go-ozzo/ozzo-validation v3.5.0+incompatible + github.com/gogo/protobuf v1.3.0 // indirect + github.com/golang/protobuf v1.3.2 + github.com/google/go-cmp v0.3.1 // indirect + github.com/google/pprof v0.0.0-20190908185732-236ed259b199 // indirect + github.com/google/uuid v1.1.1 // indirect + github.com/gorilla/mux v1.7.0 + github.com/gorilla/websocket v1.4.1 // indirect + github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect + github.com/grpc-ecosystem/grpc-gateway v1.11.2 // indirect + github.com/hashicorp/golang-lru v0.5.3 // indirect + github.com/kr/pty v1.1.8 // indirect + github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect + github.com/ory/x v0.0.76 // indirect + github.com/pkg/errors v0.8.1 + github.com/prometheus/client_golang v1.1.0 // indirect + github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect + github.com/prometheus/common v0.7.0 // indirect + github.com/prometheus/procfs v0.0.5 // indirect + github.com/rogpeppe/fastuuid v1.2.0 // indirect + github.com/rogpeppe/go-internal v1.3.2 // indirect + github.com/russross/blackfriday v2.0.0+incompatible // indirect + github.com/spf13/pflag v1.0.5 // indirect + github.com/spf13/viper v1.4.0 + github.com/stretchr/objx v0.2.0 // indirect + github.com/stretchr/testify v1.4.0 + github.com/ugorji/go v1.1.7 // indirect + go.etcd.io/bbolt v1.3.3 // indirect + go.opencensus.io v0.22.1 // indirect + go.uber.org/zap v1.10.0 + golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect + golang.org/x/exp v0.0.0-20190919035709-81c71964d733 // indirect + golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect + golang.org/x/mobile v0.0.0-20190923204409-d3ece3b6da5f // indirect + golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect + golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect + golang.org/x/sys v0.0.0-20190924092210-98129a5cf4a0 // indirect + golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect + golang.org/x/tools v0.0.0-20190924052046-3ac2a5bbd98a // indirect + google.golang.org/api v0.10.0 // indirect + google.golang.org/appengine v1.6.3 // indirect + google.golang.org/genproto v0.0.0-20190916214212-f660b8655731 // indirect + google.golang.org/grpc v1.23.1 // indirect + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect + gopkg.in/yaml.v2 v2.2.2 +) + +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.3.1