Replace deprecated SDL APIs
[ric-plt/appmgr.git] / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/appmgr
2
3 go 1.12
4
5 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0
6
7 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2
8
9 require (
10         gerrit.o-ran-sc.org/r/com/golog v0.0.2
11         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.0.0-00010101000000-000000000000
12         github.com/BurntSushi/toml v0.3.1 // indirect
13         github.com/fsnotify/fsnotify v1.4.9
14         github.com/ghodss/yaml v1.0.0
15         github.com/go-openapi/errors v0.19.2
16         github.com/go-openapi/loads v0.19.4
17         github.com/go-openapi/runtime v0.19.7
18         github.com/go-openapi/spec v0.19.4
19         github.com/go-openapi/strfmt v0.19.3
20         github.com/go-openapi/swag v0.19.5
21         github.com/go-openapi/validate v0.19.4
22         github.com/jessevdk/go-flags v1.4.0
23         github.com/orcaman/concurrent-map v0.0.0-20190314100340-2693aad1ed75
24         github.com/segmentio/ksuid v1.0.2
25         github.com/spf13/viper v1.3.2
26         github.com/stretchr/testify v1.4.0
27         github.com/valyala/fastjson v1.4.1
28         github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
29         github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
30         github.com/xeipuuv/gojsonschema v1.1.0
31         golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
32         k8s.io/utils v0.0.0-20210527160623-6fdb442a123b // indirect
33 )