62946585262a0935dddf6c7591a1820122949b2b
[ric-plt/e2mgr.git] / E2Manager / go.mod
1 module e2mgr
2
3 require (
4         gerrit.o-ran-sc.org/r/com/golog v0.0.2
5         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.1
6         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.8
7         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.2.1
8         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.8.0
9         github.com/fsnotify/fsnotify v1.4.9
10         github.com/golang/protobuf v1.4.2
11         github.com/gorilla/mux v1.7.0
12         github.com/magiconair/properties v1.8.1
13         github.com/pkg/errors v0.8.1
14         github.com/spf13/viper v1.4.0
15         github.com/stretchr/testify v1.5.1
16         gopkg.in/yaml.v2 v2.3.0
17 )
18
19 require (
20         github.com/davecgh/go-spew v1.1.1 // indirect
21         github.com/go-redis/redis v6.15.9+incompatible // indirect
22         github.com/hashicorp/hcl v1.0.0 // indirect
23         github.com/kr/pretty v0.2.0 // indirect
24         github.com/mitchellh/mapstructure v1.3.2 // indirect
25         github.com/pelletier/go-toml v1.8.0 // indirect
26         github.com/pmezard/go-difflib v1.0.0 // indirect
27         github.com/spf13/afero v1.2.2 // indirect
28         github.com/spf13/cast v1.3.1 // indirect
29         github.com/spf13/jwalterweatherman v1.1.0 // indirect
30         github.com/spf13/pflag v1.0.5 // indirect
31         github.com/stretchr/objx v0.2.0 // indirect
32         golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
33         golang.org/x/text v0.3.2 // indirect
34         google.golang.org/protobuf v1.23.0 // indirect
35         gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
36         k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
37 )
38
39 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0
40
41 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2
42
43 go 1.18