File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.24.9 AS builder
1+ FROM golang:1.24.10 AS builder
22
33ARG GO_LDFLAGS=""
44
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/gateway-grcp-ext-auth
22
3- go 1.24.9
3+ go 1.24.10
44
55require (
66 github.com/envoyproxy/go-control-plane/envoy v1.32.4
Original file line number Diff line number Diff line change 11module github.com/exampleorg/envoygateway-extension
22
3- go 1.24.9
3+ go 1.24.10
44
55require (
66 github.com/envoyproxy/gateway v1.3.1
Original file line number Diff line number Diff line change 1- FROM golang:1.24.9 AS builder
1+ FROM golang:1.24.10 AS builder
22
33ARG GO_LDFLAGS=""
44
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/gateway-grpc-ext-proc
22
3- go 1.24.9
3+ go 1.24.10
44
55require (
66 github.com/envoyproxy/go-control-plane/envoy v1.32.4
Original file line number Diff line number Diff line change 1- FROM golang:1.24.9 AS builder
1+ FROM golang:1.24.10 AS builder
22
33ARG GO_LDFLAGS=""
44
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/gateway-preserve-case-backend
22
3- go 1.24.9
3+ go 1.24.10
44
55require github.com/valyala/fasthttp v1.64.0
66
Original file line number Diff line number Diff line change 1- FROM golang:1.24.9 AS builder
1+ FROM golang:1.24.10 AS builder
22
33ARG GO_LDFLAGS=""
44
Original file line number Diff line number Diff line change 11module github.com/envoyproxy/gateway-simple-extension-server
22
3- go 1.24.9
3+ go 1.24.10
44
55require (
66 github.com/envoyproxy/gateway v1.4.2
Original file line number Diff line number Diff line change 1- FROM golang:1.24.9 AS builder
1+ FROM golang:1.24.10 AS builder
22
33ARG GO_LDFLAGS=""
44
You can’t perform that action at this time.
0 commit comments