Removing committers
[ric-plt/xapp-frame.git] / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame
2
3 go 1.18
4
5 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.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 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.2.1
10
11 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.2.1
12
13 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.2.1
14
15 require (
16         gerrit.o-ran-sc.org/r/com/golog v0.0.0-00010101000000-000000000000
17         gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.14
18         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.2.1
19         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.1
20         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v0.0.0-00010101000000-000000000000
21         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.7.0
22         github.com/fsnotify/fsnotify v1.6.0
23         github.com/go-openapi/errors v0.20.3
24         github.com/go-openapi/loads v0.21.2
25         github.com/go-openapi/runtime v0.26.0
26         github.com/go-openapi/spec v0.20.9
27         github.com/go-openapi/strfmt v0.21.7
28         github.com/go-openapi/swag v0.22.3
29         github.com/go-openapi/validate v0.22.1
30         github.com/golang/protobuf v1.5.3
31         github.com/gorilla/mux v1.8.0
32         github.com/jessevdk/go-flags v1.5.0
33         github.com/prometheus/client_golang v1.15.1
34         github.com/prometheus/common v0.43.0
35         github.com/spf13/viper v1.15.0
36         github.com/stretchr/testify v1.8.2
37         golang.org/x/net v0.10.0
38 )
39
40 require (
41         github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
42         github.com/beorn7/perks v1.0.1 // indirect
43         github.com/cespare/xxhash/v2 v2.2.0 // indirect
44         github.com/davecgh/go-spew v1.1.1 // indirect
45         github.com/docker/go-units v0.5.0 // indirect
46         github.com/go-logr/logr v1.2.3 // indirect
47         github.com/go-logr/stdr v1.2.2 // indirect
48         github.com/go-openapi/analysis v0.21.4 // indirect
49         github.com/go-openapi/jsonpointer v0.19.5 // indirect
50         github.com/go-openapi/jsonreference v0.20.0 // indirect
51         github.com/go-redis/redis v6.15.9+incompatible // indirect
52         github.com/hashicorp/hcl v1.0.0 // indirect
53         github.com/josharian/intern v1.0.0 // indirect
54         github.com/magiconair/properties v1.8.7 // indirect
55         github.com/mailru/easyjson v0.7.7 // indirect
56         github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
57         github.com/mitchellh/mapstructure v1.5.0 // indirect
58         github.com/oklog/ulid v1.3.1 // indirect
59         github.com/opentracing/opentracing-go v1.2.0 // indirect
60         github.com/pelletier/go-toml/v2 v2.0.6 // indirect
61         github.com/pmezard/go-difflib v1.0.0 // indirect
62         github.com/prometheus/client_model v0.4.0 // indirect
63         github.com/prometheus/procfs v0.9.0 // indirect
64         github.com/spf13/afero v1.9.3 // indirect
65         github.com/spf13/cast v1.5.0 // indirect
66         github.com/spf13/jwalterweatherman v1.1.0 // indirect
67         github.com/spf13/pflag v1.0.5 // indirect
68         github.com/stretchr/objx v0.5.0 // indirect
69         github.com/subosito/gotenv v1.4.2 // indirect
70         go.mongodb.org/mongo-driver v1.11.3 // indirect
71         go.opentelemetry.io/otel v1.14.0 // indirect
72         go.opentelemetry.io/otel/trace v1.14.0 // indirect
73         golang.org/x/sys v0.8.0 // indirect
74         golang.org/x/text v0.9.0 // indirect
75         google.golang.org/protobuf v1.30.0 // indirect
76         gopkg.in/ini.v1 v1.67.0 // indirect
77         gopkg.in/yaml.v2 v2.4.0 // indirect
78         gopkg.in/yaml.v3 v3.0.1 // indirect
79         k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
80 )