Symptom data collection
[ric-plt/rtmgr.git] / go.mod
1 module routing-manager
2
3 go 1.12.1
4
5 require (
6         gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.15
7         github.com/ghodss/yaml v1.0.0
8         github.com/go-openapi/errors v0.19.3
9         github.com/go-openapi/loads v0.19.4
10         github.com/go-openapi/runtime v0.19.4
11         github.com/go-openapi/spec v0.19.3
12         github.com/go-openapi/strfmt v0.19.4
13         github.com/go-openapi/swag v0.19.7
14         github.com/go-openapi/validate v0.19.6
15         github.com/jessevdk/go-flags v1.4.0
16         github.com/ory/go-acc v0.2.5 // indirect
17         golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
18 )
19
20 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2
21
22 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
23
24 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2