11module github.com/envoyproxy/ratelimit
22
3- go 1.23.9
3+ go 1.24.0
44
55require (
66 github.com/DataDog/datadog-go/v5 v5.5.0
77 github.com/alicebob/miniredis/v2 v2.33.0
88 github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
99 github.com/coocood/freecache v1.2.4
10- github.com/envoyproxy/go-control-plane v0.13.4
11- github.com/envoyproxy/go-control-plane/envoy v1.32.4
10+ github.com/envoyproxy/go-control-plane v0.13.5-0.20251024222203-75eaa193e329
11+ github.com/envoyproxy/go-control-plane/envoy v1.35.0
1212 github.com/envoyproxy/go-control-plane/ratelimit v0.1.1-0.20250812085011-4cf7e8485428
1313 github.com/go-kit/log v0.2.1
1414 github.com/golang/mock v1.6.0
@@ -22,19 +22,19 @@ require (
2222 github.com/lyft/gostats v0.4.14
2323 github.com/mediocregopher/radix/v3 v3.8.1
2424 github.com/prometheus/client_golang v1.19.1
25- github.com/prometheus/client_model v0.6.1
25+ github.com/prometheus/client_model v0.6.2
2626 github.com/prometheus/statsd_exporter v0.26.1
2727 github.com/sirupsen/logrus v1.9.3
28- github.com/stretchr/testify v1.10.0
28+ github.com/stretchr/testify v1.11.1
2929 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0
30- go.opentelemetry.io/otel v1.36 .0
31- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28 .0
30+ go.opentelemetry.io/otel v1.39 .0
31+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39 .0
3232 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
33- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27 .0
34- go.opentelemetry.io/otel/sdk v1.36 .0
35- go.opentelemetry.io/otel/trace v1.36 .0
36- golang.org/x/net v0.42 .0
37- google.golang.org/grpc v1.74.2
33+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39 .0
34+ go.opentelemetry.io/otel/sdk v1.39 .0
35+ go.opentelemetry.io/otel/trace v1.39 .0
36+ golang.org/x/net v0.47 .0
37+ google.golang.org/grpc v1.77.0
3838 google.golang.org/protobuf v1.36.10
3939 gopkg.in/yaml.v2 v2.4.0
4040)
@@ -45,28 +45,29 @@ require (
4545 github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
4646 github.com/beorn7/perks v1.0.1 // indirect
4747 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
48+ github.com/cenkalti/backoff/v5 v5.0.3 // indirect
4849 github.com/cespare/xxhash/v2 v2.3.0 // indirect
49- github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
50+ github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f // indirect
5051 github.com/davecgh/go-spew v1.1.1 // indirect
5152 github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
5253 github.com/fsnotify/fsnotify v1.7.0 // indirect
5354 github.com/go-logfmt/logfmt v0.6.0 // indirect
5455 github.com/go-logr/logr v1.4.3 // indirect
5556 github.com/go-logr/stdr v1.2.2 // indirect
56- github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
57+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
5758 github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
5859 github.com/pmezard/go-difflib v1.0.0 // indirect
5960 github.com/prometheus/common v0.48.0 // indirect
6061 github.com/prometheus/procfs v0.12.0 // indirect
6162 github.com/stretchr/objx v0.5.2 // indirect
6263 github.com/yuin/gopher-lua v1.1.1 // indirect
63- go.opentelemetry.io/auto/sdk v1.1.0 // indirect
64- go.opentelemetry.io/otel/metric v1.36 .0 // indirect
65- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
66- golang.org/x/sys v0.34 .0 // indirect
67- golang.org/x/text v0.27 .0 // indirect
64+ go.opentelemetry.io/auto/sdk v1.2.1 // indirect
65+ go.opentelemetry.io/otel/metric v1.39 .0 // indirect
66+ go.opentelemetry.io/proto/otlp v1.9.0 // indirect
67+ golang.org/x/sys v0.39 .0 // indirect
68+ golang.org/x/text v0.31 .0 // indirect
6869 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
69- google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
70- google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 // indirect
70+ google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
71+ google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
7172 gopkg.in/yaml.v3 v3.0.1 // indirect
7273)
0 commit comments