From dc0185d3e7428ecc190222d44b69573507e599fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 06:47:01 +0000 Subject: [PATCH] build(deps): bump github.com/envoyproxy/envoy Bumps the examples-golang-http group in /golang-http/simple with 1 update: [github.com/envoyproxy/envoy](https://github.com/envoyproxy/envoy). Updates `github.com/envoyproxy/envoy` from 1.34.3 to 1.35.0 - [Release notes](https://github.com/envoyproxy/envoy/releases) - [Changelog](https://github.com/envoyproxy/envoy/blob/main/RELEASES.md) - [Commits](https://github.com/envoyproxy/envoy/compare/v1.34.3...v1.35.0) --- updated-dependencies: - dependency-name: github.com/envoyproxy/envoy dependency-version: 1.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: examples-golang-http ... Signed-off-by: dependabot[bot] --- golang-http/simple/go.mod | 2 +- golang-http/simple/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/golang-http/simple/go.mod b/golang-http/simple/go.mod index 4624529c..fa721a7e 100644 --- a/golang-http/simple/go.mod +++ b/golang-http/simple/go.mod @@ -6,7 +6,7 @@ go 1.22 // NOTICE: these lines could be generated automatically by "go mod tidy" require ( github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa - github.com/envoyproxy/envoy v1.34.3 + github.com/envoyproxy/envoy v1.35.0 google.golang.org/protobuf v1.36.6 ) diff --git a/golang-http/simple/go.sum b/golang-http/simple/go.sum index 45582fcd..94d78671 100644 --- a/golang-http/simple/go.sum +++ b/golang-http/simple/go.sum @@ -1,7 +1,7 @@ github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa h1:jQCWAUqqlij9Pgj2i/PB79y4KOPYVyFYdROxgaCwdTQ= github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa/go.mod h1:x/1Gn8zydmfq8dk6e9PdstVsDgu9RuyIIJqAaF//0IM= -github.com/envoyproxy/envoy v1.34.3 h1:nN+nIXyG3/n+FmnRsSCLEKK16wdeYIdbGxuZPbdRWlc= -github.com/envoyproxy/envoy v1.34.3/go.mod h1:A/vRPuqivdZBAr0NfT3sccV8KtY07B2PyvILAdV0qCU= +github.com/envoyproxy/envoy v1.35.0 h1:kA7PvVDupqWNJIEliExmecRNSVX4y6b0bYU35prTyIo= +github.com/envoyproxy/envoy v1.35.0/go.mod h1:A/vRPuqivdZBAr0NfT3sccV8KtY07B2PyvILAdV0qCU= github.com/envoyproxy/protoc-gen-validate v1.0.2 h1:QkIBuU5k+x7/QXPvPPnWXWlCdaBFApVqftFV6k087DA= github.com/envoyproxy/protoc-gen-validate v1.0.2/go.mod h1:GpiZQP3dDbg4JouG/NNS7QWXpgx6x8QiMKdmN72jogE= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=