Handling e2 reset request & change status to reset
[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.2.1
5         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.8
6         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.2.1
7         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.8.0
8         github.com/golang/protobuf v1.4.2
9         github.com/gorilla/mux v1.7.0
10         github.com/kr/pretty v0.2.0 // indirect
11         github.com/magiconair/properties v1.8.1
12         github.com/mitchellh/mapstructure v1.3.2 // indirect
13         github.com/pelletier/go-toml v1.8.0 // indirect
14         github.com/pkg/errors v0.8.1
15         github.com/spf13/afero v1.2.2 // indirect
16         github.com/spf13/cast v1.3.1 // indirect
17         github.com/spf13/jwalterweatherman v1.1.0 // indirect
18         github.com/spf13/pflag v1.0.5 // indirect
19         github.com/spf13/viper v1.4.0
20         github.com/stretchr/objx v0.2.0 // indirect
21         github.com/stretchr/testify v1.5.1
22         go.uber.org/multierr v1.2.0 // indirect
23         go.uber.org/zap v1.11.0
24         golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
25         gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
26         gopkg.in/yaml.v2 v2.3.0
27 )
28
29 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0
30
31 go 1.13