blob: 3855af4ad0fe0669b07a4edbe3f7193098a31fab [file] [log] [blame]
girishk5259f8e2019-10-10 18:44:44 +00001module github.com/opencord/voltha-go
2
mgoudab7394dc2025-11-17 14:48:17 +05303go 1.25.3
girishk5259f8e2019-10-10 18:44:44 +00004
5require (
Abhay Kumara2ae5992025-11-10 14:02:24 +00006 github.com/IBM/sarama v1.46.2
7 github.com/buraksezer/consistent v0.10.0
khenaidoo5e4fca32021-05-12 16:02:23 -04008 github.com/cenkalti/backoff/v3 v3.2.2
khenaidood948f772021-08-11 17:49:24 -04009 github.com/cespare/xxhash v1.1.0
Andrea Campanella3614a922021-02-25 12:40:42 +010010 github.com/gogo/protobuf v1.3.2
khenaidood948f772021-08-11 17:49:24 -040011 github.com/golang/mock v1.6.0
mgouda64be8822025-05-30 10:44:00 +053012 github.com/golang/protobuf v1.5.4
Abhay Kumara2ae5992025-11-10 14:02:24 +000013 github.com/google/uuid v1.6.0
14 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
15 github.com/opencord/voltha-lib-go/v7 v7.7.2
mgoudab7c05262025-10-08 14:53:10 +053016 github.com/opencord/voltha-protos/v5 v5.6.7
khenaidood948f772021-08-11 17:49:24 -040017 github.com/opentracing/opentracing-go v1.2.0
Abhay Kumara2ae5992025-11-10 14:02:24 +000018 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
Abhay Kumar0b343192025-12-09 08:33:36 +000019 github.com/prometheus/client_golang v1.23.2
Abhay Kumara2ae5992025-11-10 14:02:24 +000020 github.com/stretchr/testify v1.11.1
21 github.com/uber/jaeger-client-go v2.30.0+incompatible
22 google.golang.org/grpc v1.76.0
girishk5259f8e2019-10-10 18:44:44 +000023)
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053024
25require (
26 github.com/beorn7/perks v1.0.1 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000027 github.com/bufbuild/protocompile v0.14.1 // indirect
28 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
29 github.com/cespare/xxhash/v2 v2.3.0 // indirect
30 github.com/cevaris/ordered_map v0.0.0-20220813181356-34664b69742b // indirect
31 github.com/coreos/go-semver v0.3.1 // indirect
32 github.com/coreos/go-systemd/v22 v22.5.0 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053033 github.com/davecgh/go-spew v1.1.1 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053034 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000035 github.com/dustin/go-humanize v1.0.1 // indirect
36 github.com/eapache/go-resiliency v1.7.0 // indirect
37 github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053038 github.com/eapache/queue v1.1.0 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000039 github.com/go-logr/logr v1.4.3 // indirect
40 github.com/go-logr/stdr v1.2.2 // indirect
41 github.com/go-redis/redis/v8 v8.11.5 // indirect
42 github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
Akash Reddy Kankanalacf045372025-06-10 14:11:24 +053043 github.com/golang/snappy v0.0.4 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000044 github.com/google/btree v1.1.3 // indirect
45 github.com/google/go-cmp v0.7.0 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053046 github.com/gorilla/websocket v1.4.2 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000047 github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
48 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053049 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000050 github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
51 github.com/hashicorp/go-uuid v1.0.3 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053052 github.com/jcmturner/aescts/v2 v2.0.0 // indirect
53 github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000054 github.com/jcmturner/gofork v1.7.6 // indirect
55 github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053056 github.com/jcmturner/rpc/v2 v2.0.3 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000057 github.com/jhump/protoreflect v1.17.0 // indirect
58 github.com/jonboulle/clockwork v0.5.0 // indirect
59 github.com/klauspost/compress v1.18.0 // indirect
60 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
61 github.com/pierrec/lz4/v4 v4.1.22 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053062 github.com/pkg/errors v0.9.1 // indirect
63 github.com/pmezard/go-difflib v1.0.0 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000064 github.com/prometheus/client_model v0.6.2 // indirect
65 github.com/prometheus/common v0.66.1 // indirect
66 github.com/prometheus/procfs v0.16.1 // indirect
67 github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
68 github.com/sirupsen/logrus v1.9.3 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053069 github.com/soheilhy/cmux v0.1.5 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000070 github.com/spf13/pflag v1.0.6 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053071 github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
72 github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
73 github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000074 go.etcd.io/bbolt v1.4.3 // indirect
75 go.etcd.io/etcd/api/v3 v3.6.5 // indirect
76 go.etcd.io/etcd/client/pkg/v3 v3.6.5 // indirect
77 go.etcd.io/etcd/client/v3 v3.6.5 // indirect
78 go.etcd.io/etcd/pkg/v3 v3.6.5 // indirect
79 go.etcd.io/etcd/server/v3 v3.6.5 // indirect
80 go.etcd.io/raft/v3 v3.6.0 // indirect
81 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
82 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
83 go.opentelemetry.io/otel v1.37.0 // indirect
84 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
85 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
86 go.opentelemetry.io/otel/metric v1.37.0 // indirect
87 go.opentelemetry.io/otel/sdk v1.37.0 // indirect
88 go.opentelemetry.io/otel/trace v1.37.0 // indirect
89 go.opentelemetry.io/proto/otlp v1.5.0 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +053090 go.uber.org/atomic v1.7.0 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +000091 go.uber.org/multierr v1.11.0 // indirect
92 go.uber.org/zap v1.27.0 // indirect
93 go.yaml.in/yaml/v2 v2.4.2 // indirect
94 golang.org/x/crypto v0.43.0 // indirect
95 golang.org/x/net v0.46.0 // indirect
96 golang.org/x/sys v0.37.0 // indirect
97 golang.org/x/text v0.30.0 // indirect
98 golang.org/x/time v0.9.0 // indirect
99 google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect
100 google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
101 google.golang.org/protobuf v1.36.10 // indirect
102 gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
Akash Reddy Kankanalacf045372025-06-10 14:11:24 +0530103 gopkg.in/yaml.v3 v3.0.1 // indirect
Abhay Kumara2ae5992025-11-10 14:02:24 +0000104 sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
105 sigs.k8s.io/yaml v1.4.0 // indirect
Akash Reddy Kankanala929cc002025-04-08 15:05:21 +0530106)