Swagger-baser server REST API interface
[ric-plt/appmgr.git] / go.mod
1 module gerrit.oran-osc.org/r/ric-plt/appmgr
2
3 go 1.12
4
5 require (
6         gerrit.o-ran-sc.org/r/com/golog v0.0.1
7         gerrit.oran-osc.org/r/ric-plt/sdlgo v0.0.0
8         github.com/BurntSushi/toml v0.3.1 // indirect
9         github.com/fsnotify/fsnotify v1.4.7
10         github.com/ghodss/yaml v1.0.0
11         github.com/go-openapi/errors v0.19.2
12         github.com/go-openapi/loads v0.19.4
13         github.com/go-openapi/runtime v0.19.7
14         github.com/go-openapi/spec v0.19.4
15         github.com/go-openapi/strfmt v0.19.3
16         github.com/go-openapi/swag v0.19.5
17         github.com/go-openapi/validate v0.19.4
18         github.com/gorilla/mux v1.7.1
19         github.com/jessevdk/go-flags v1.4.0
20         github.com/orcaman/concurrent-map v0.0.0-20190314100340-2693aad1ed75
21         github.com/segmentio/ksuid v1.0.2
22         github.com/spf13/viper v1.3.2
23         github.com/stretchr/testify v1.4.0
24         github.com/valyala/fastjson v1.4.1
25         github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
26         github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
27         github.com/xeipuuv/gojsonschema v1.1.0
28         golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
29 )
30
31 replace gerrit.oran-osc.org/r/ric-plt/sdlgo => gerrit.oran-osc.org/r/ric-plt/sdlgo.git v0.0.1
32
33 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1