Update available SDL version to v0.7.0
[ric-plt/xapp-frame.git] / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame
2
3 go 1.12
4
5 require (
6         gerrit.o-ran-sc.org/r/com/golog v0.0.2
7         gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.0
8         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.35
9         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.35
10         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.35
11         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.7.0
12         github.com/fsnotify/fsnotify v1.4.9
13         github.com/go-openapi/errors v0.19.3
14         github.com/go-openapi/loads v0.19.4
15         github.com/go-openapi/runtime v0.19.4
16         github.com/go-openapi/spec v0.19.3
17         github.com/go-openapi/strfmt v0.19.4
18         github.com/go-openapi/swag v0.19.7
19         github.com/go-openapi/validate v0.19.6
20         github.com/golang/protobuf v1.4.2
21         github.com/gorilla/mux v1.7.1
22         github.com/jessevdk/go-flags v1.4.0
23         github.com/prometheus/client_golang v0.9.3
24         github.com/spf13/viper v1.4.0
25         github.com/stretchr/testify v1.5.1
26         golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
27         k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
28 )
29
30 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0
31
32 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2
33
34 replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.35
35
36 replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.35
37
38 replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.35
39
40 replace gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm => gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.0