File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
examples/xds-sotw-config-server Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.25.3 @sha256:6ea52a02734dd15e943286b048278da1e04eca196a564578d718c7720433dbbe AS build
1+ FROM golang:1.25.6 @sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c AS build
22WORKDIR /ratelimit
33
44ENV GOPROXY=https://proxy.golang.org
Original file line number Diff line number Diff line change 1- FROM golang:1.25.3 @sha256:6ea52a02734dd15e943286b048278da1e04eca196a564578d718c7720433dbbe AS build
1+ FROM golang:1.25.6 @sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c AS build
22WORKDIR /xds-server
33
44COPY . .
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/ratelimit
22
3- go 1.23.9
3+ go 1.25.6
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
9- github.com/cespare/xxhash/v2 v2.3.0
109 github.com/coocood/freecache v1.2.4
1110 github.com/envoyproxy/go-control-plane v0.13.4
1211 github.com/envoyproxy/go-control-plane/envoy v1.32.4
@@ -47,6 +46,7 @@ require (
4746 github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
4847 github.com/beorn7/perks v1.0.1 // indirect
4948 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
49+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
5050 github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
5151 github.com/davecgh/go-spew v1.1.1 // indirect
5252 github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
You can’t perform that action at this time.
0 commit comments