X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=87087d315571e8f6a28e87012fd598f6c1e5ab89;hb=refs%2Fchanges%2F05%2F2505%2F1;hp=d3603ce01d4212d615654df6fc2cea8a48cec7b8;hpb=6e075ceec8c477237f7d0c6d987837a8798dd4ec;p=ric-plt%2Fxapp-frame.git diff --git a/go.mod b/go.mod index d3603ce..87087d3 100644 --- a/go.mod +++ b/go.mod @@ -9,10 +9,20 @@ require ( gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.21 gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.3.1 github.com/fsnotify/fsnotify v1.4.7 + 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/golang/protobuf v1.3.2 github.com/gorilla/mux v1.7.1 + github.com/jessevdk/go-flags v1.4.0 github.com/prometheus/client_golang v0.9.3 github.com/spf13/viper v1.4.0 + github.com/stretchr/testify v1.4.0 + 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.3.1