RIC-208 - KA Decision: ask K8S to restart E2T instance
[ric-plt/e2mgr.git] / E2Manager / go.mod
1 module e2mgr
2
3 require (
4         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.34
5         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.34
6         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.34
7         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.5.2
8         github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
9         github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
10         github.com/golang/protobuf v1.3.4
11         github.com/gorilla/mux v1.7.0
12         github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
13         github.com/imdario/mergo v0.3.9 // indirect
14         github.com/magiconair/properties v1.8.1
15         github.com/pelletier/go-toml v1.5.0 // indirect
16         github.com/pkg/errors v0.8.1
17         github.com/spf13/jwalterweatherman v1.1.0 // indirect
18         github.com/spf13/viper v1.4.0
19         github.com/stretchr/objx v0.2.0 // indirect
20         github.com/stretchr/testify v1.4.0
21         go.uber.org/multierr v1.2.0 // indirect
22         go.uber.org/zap v1.11.0
23         golang.org/x/net v0.0.0-20191021144547-ec77196f6094 // indirect
24         gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
25         gopkg.in/yaml.v2 v2.2.8
26         k8s.io/api v0.17.0
27         k8s.io/apimachinery v0.17.0
28         k8s.io/client-go v0.17.0
29 )
30
31 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2