blob: 2440be5f1aae7522196ba9f34f2d0aac214054f4 [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 Kumar062cda52025-12-23 06:49:37 +00003go 1.25.3
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
Abhay Kumar40252eb2025-10-13 13:25:53 +000011 github.com/google/uuid v1.6.0
12 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
Abhay Kumar685507d2025-10-06 09:04:09 +000013 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
Abhay Kumar40252eb2025-10-13 13:25:53 +000014 github.com/jhump/protoreflect v1.17.0
Abhay Kumar062cda52025-12-23 06:49:37 +000015 github.com/opencord/voltha-protos/v5 v5.7.1
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053016 github.com/opentracing/opentracing-go v1.2.0
Abhay Kumar40252eb2025-10-13 13:25:53 +000017 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
18 github.com/prometheus/client_golang v1.23.2
19 github.com/stretchr/testify v1.11.1
20 github.com/uber/jaeger-client-go v2.30.0+incompatible
21 go.etcd.io/etcd/api/v3 v3.6.5
22 go.etcd.io/etcd/client/v3 v3.6.5
23 go.etcd.io/etcd/server/v3 v3.6.5
24 go.uber.org/zap v1.27.0
Abhay Kumar062cda52025-12-23 06:49:37 +000025 google.golang.org/grpc v1.77.0
26 google.golang.org/protobuf v1.36.11
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053027)
28
29require (
Abhay Kumar40252eb2025-10-13 13:25:53 +000030 github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053031 github.com/beorn7/perks v1.0.1 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000032 github.com/bufbuild/protocompile v0.14.1 // indirect
33 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
34 github.com/cespare/xxhash/v2 v2.3.0 // indirect
35 github.com/coreos/go-semver v0.3.1 // indirect
36 github.com/coreos/go-systemd/v22 v22.5.0 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053037 github.com/davecgh/go-spew v1.1.1 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053038 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000039 github.com/dustin/go-humanize v1.0.1 // indirect
40 github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053041 github.com/eapache/queue v1.1.0 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000042 github.com/go-logr/logr v1.4.3 // indirect
43 github.com/go-logr/stdr v1.2.2 // indirect
Akash Reddy Kankanala05aff182025-05-06 12:57:32 +053044 github.com/gogo/protobuf v1.3.2 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000045 github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
Abhay Kumar062cda52025-12-23 06:49:37 +000046 github.com/golang/protobuf v1.5.4 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000047 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
Abhay Kumar062cda52025-12-23 06:49:37 +000080 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000081 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
Abhay Kumar062cda52025-12-23 06:49:37 +000082 go.opentelemetry.io/otel v1.38.0 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000083 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
84 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
Abhay Kumar062cda52025-12-23 06:49:37 +000085 go.opentelemetry.io/otel/metric v1.38.0 // indirect
86 go.opentelemetry.io/otel/sdk v1.38.0 // indirect
87 go.opentelemetry.io/otel/trace v1.38.0 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000088 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
Abhay Kumar062cda52025-12-23 06:49:37 +000093 golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000094 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
Abhay Kumar062cda52025-12-23 06:49:37 +000097 google.golang.org/genproto/googleapis/api v0.0.0-20251213004720-97cd9d5aeac2 // indirect
98 google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846 // indirect
Abhay Kumar40252eb2025-10-13 13:25:53 +000099 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)