blob: f51673216d60a601ca88fe2b0a4f8e37dc729f46 [file] [log] [blame]
khenaidoo26721882021-08-11 17:42:52 -04001module github.com/opencord/voltha-lib-go/v7
Scott Baker2c1c4822019-10-16 11:02:41 -07002
Abhay Kumar40252eb2025-10-13 13:25:53 +00003go 1.24.5
Scott Baker2c1c4822019-10-16 11:02:41 -07004
5require (
Abhay Kumar40252eb2025-10-13 13:25:53 +00006 github.com/IBM/sarama v1.46.2
Scott Baker2c1c4822019-10-16 11:02:41 -07007 github.com/boljen/go-bitmap v0.0.0-20151001105940-23cd2fb0ce7d
Abhay Kumar40252eb2025-10-13 13:25:53 +00008 github.com/cevaris/ordered_map v0.0.0-20220813181356-34664b69742b
9 github.com/eapache/go-resiliency v1.7.0
10 github.com/go-redis/redis/v8 v8.11.5
11 github.com/golang/protobuf v1.5.4
12 github.com/google/uuid v1.6.0
13 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
Abhay Kumar685507d2025-10-06 09:04:09 +000014 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
Abhay Kumar40252eb2025-10-13 13:25:53 +000015 github.com/jhump/protoreflect v1.17.0
16 github.com/opencord/voltha-protos/v5 v5.6.5
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053017 github.com/opentracing/opentracing-go v1.2.0
Abhay Kumar40252eb2025-10-13 13:25:53 +000018 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
19 github.com/prometheus/client_golang v1.23.2
20 github.com/stretchr/testify v1.11.1
21 github.com/uber/jaeger-client-go v2.30.0+incompatible
22 go.etcd.io/etcd/api/v3 v3.6.5
23 go.etcd.io/etcd/client/v3 v3.6.5
24 go.etcd.io/etcd/server/v3 v3.6.5
25 go.uber.org/zap v1.27.0
26 google.golang.org/grpc v1.76.0
27 google.golang.org/protobuf v1.36.10
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053028)
29
30require (
Abhay Kumar40252eb2025-10-13 13:25:53 +000031 github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053032 github.com/beorn7/perks v1.0.1 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000033 github.com/bufbuild/protocompile v0.14.1 // indirect
34 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
35 github.com/cespare/xxhash/v2 v2.3.0 // indirect
36 github.com/coreos/go-semver v0.3.1 // indirect
37 github.com/coreos/go-systemd/v22 v22.5.0 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053038 github.com/davecgh/go-spew v1.1.1 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053039 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000040 github.com/dustin/go-humanize v1.0.1 // indirect
41 github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053042 github.com/eapache/queue v1.1.0 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000043 github.com/go-logr/logr v1.4.3 // indirect
44 github.com/go-logr/stdr v1.2.2 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053045 github.com/gogo/protobuf v1.3.2 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000046 github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
47 github.com/golang/snappy v0.0.4 // indirect
48 github.com/google/btree v1.1.3 // indirect
49 github.com/google/go-cmp v0.7.0 // indirect
khenaidoo26721882021-08-11 17:42:52 -040050 github.com/gorilla/websocket v1.4.2 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000051 github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
52 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
53 github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
54 github.com/hashicorp/go-uuid v1.0.3 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053055 github.com/jcmturner/aescts/v2 v2.0.0 // indirect
56 github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000057 github.com/jcmturner/gofork v1.7.6 // indirect
58 github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053059 github.com/jcmturner/rpc/v2 v2.0.3 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000060 github.com/jonboulle/clockwork v0.5.0 // indirect
61 github.com/klauspost/compress v1.18.0 // indirect
62 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
63 github.com/pierrec/lz4/v4 v4.1.22 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053064 github.com/pkg/errors v0.9.1 // indirect
65 github.com/pmezard/go-difflib v1.0.0 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000066 github.com/prometheus/client_model v0.6.2 // indirect
67 github.com/prometheus/common v0.66.1 // indirect
68 github.com/prometheus/procfs v0.16.1 // indirect
69 github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
70 github.com/sirupsen/logrus v1.9.3 // indirect
khenaidoo26721882021-08-11 17:42:52 -040071 github.com/soheilhy/cmux v0.1.5 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000072 github.com/spf13/pflag v1.0.6 // indirect
khenaidoo26721882021-08-11 17:42:52 -040073 github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
khenaidoo26721882021-08-11 17:42:52 -040074 github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
75 github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000076 go.etcd.io/bbolt v1.4.3 // indirect
77 go.etcd.io/etcd/client/pkg/v3 v3.6.5 // indirect
78 go.etcd.io/etcd/pkg/v3 v3.6.5 // indirect
79 go.etcd.io/raft/v3 v3.6.0 // indirect
80 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
81 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
82 go.opentelemetry.io/otel v1.37.0 // indirect
83 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
84 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
85 go.opentelemetry.io/otel/metric v1.37.0 // indirect
86 go.opentelemetry.io/otel/sdk v1.37.0 // indirect
87 go.opentelemetry.io/otel/trace v1.37.0 // indirect
88 go.opentelemetry.io/proto/otlp v1.5.0 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053089 go.uber.org/atomic v1.7.0 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000090 go.uber.org/multierr v1.11.0 // indirect
91 go.yaml.in/yaml/v2 v2.4.2 // indirect
92 golang.org/x/crypto v0.43.0 // indirect
93 golang.org/x/net v0.46.0 // indirect
94 golang.org/x/sys v0.37.0 // indirect
95 golang.org/x/text v0.30.0 // indirect
96 golang.org/x/time v0.9.0 // indirect
97 google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect
98 google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
99 gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
100 gopkg.in/yaml.v3 v3.0.1 // indirect
101 sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
102 sigs.k8s.io/yaml v1.4.0 // indirect
Scott Baker2c1c4822019-10-16 11:02:41 -0700103)