]> git.feebdaed.xyz Git - 0xmirror/grpc-go.git/commit
deps: update dependencies for all modules (#8653)
authorEaswar Swaminathan <easwars@google.com>
Thu, 16 Oct 2025 18:28:41 +0000 (11:28 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Oct 2025 18:28:41 +0000 (11:28 -0700)
commitb8a0fc99579fe3ae9643ab9fc3bad8e7f92077cc
tree9b8946dd3767c4482ea4af06c87699754d48fbe2
parentae62635cb0e21ae37e7ae5f0f18aaac5e8139834
deps: update dependencies for all modules (#8653)

There is a new version of the envoy protos (v1.35.0) that was released
recently that contains proto changes required for the ext_authz support
that I'm currently working on.

Ran the following command twice (as mentioned in our release docs):
```
for x in $(find . -name 'go.mod' | xargs dirname | sort); do
  pushd "${x}"
  go get -u ./...
  go mod tidy -compat=1.24
  popd
done
```

RELEASE NOTES: none
51 files changed:
balancer/grpclb/grpc_lb_v1/load_balancer.pb.go
binarylog/grpc_binarylog_v1/binarylog.pb.go
channelz/grpc_channelz_v1/channelz.pb.go
cmd/protoc-gen-go-grpc/go.mod
cmd/protoc-gen-go-grpc/go.sum
credentials/alts/internal/proto/grpc_gcp/altscontext.pb.go
credentials/alts/internal/proto/grpc_gcp/handshaker.pb.go
credentials/alts/internal/proto/grpc_gcp/transport_security_common.pb.go
examples/features/proto/echo/echo.pb.go
examples/go.mod
examples/go.sum
examples/helloworld/helloworld/helloworld.pb.go
examples/route_guide/routeguide/route_guide.pb.go
gcp/observability/go.mod
gcp/observability/go.sum
go.mod
go.sum
health/grpc_health_v1/health.pb.go
internal/proto/grpc_lookup_v1/rls.pb.go
internal/proto/grpc_lookup_v1/rls_config.pb.go
interop/grpc_testing/benchmark_service.pb.go
interop/grpc_testing/control.pb.go
interop/grpc_testing/core/stats.pb.go
interop/grpc_testing/empty.pb.go
interop/grpc_testing/messages.pb.go
interop/grpc_testing/payloads.pb.go
interop/grpc_testing/report_qps_scenario_service.pb.go
interop/grpc_testing/stats.pb.go
interop/grpc_testing/test.pb.go
interop/grpc_testing/worker_service.pb.go
interop/observability/go.mod
interop/observability/go.sum
interop/stress/grpc_testing/metrics.pb.go
interop/xds/go.mod
interop/xds/go.sum
profiling/proto/service.pb.go
reflection/grpc_reflection_v1/reflection.pb.go
reflection/grpc_reflection_v1alpha/reflection.pb.go
reflection/grpc_testing/proto2.pb.go
reflection/grpc_testing/proto2_ext.pb.go
reflection/grpc_testing/proto2_ext2.pb.go
reflection/grpc_testing/test.pb.go
security/advancedtls/examples/go.mod
security/advancedtls/examples/go.sum
security/advancedtls/go.mod
security/advancedtls/go.sum
stats/opencensus/go.mod
stats/opencensus/go.sum
test/codec_perf/perf.pb.go
test/tools/go.mod
test/tools/go.sum