From ab2c80414b32146d169d15389ae68cf1c8782dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 06:45:05 +0000 Subject: [PATCH] build(deps): bump google.golang.org/protobuf Bumps the contrib-golang group in /contrib/golang/upstreams/http/tcp/test/test_data with 1 update: google.golang.org/protobuf. Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11 --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-version: 1.36.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: contrib-golang ... Signed-off-by: dependabot[bot] --- contrib/golang/upstreams/http/tcp/test/test_data/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/golang/upstreams/http/tcp/test/test_data/go.mod b/contrib/golang/upstreams/http/tcp/test/test_data/go.mod index 8abeb8ee139df..e76e15bede2ba 100644 --- a/contrib/golang/upstreams/http/tcp/test/test_data/go.mod +++ b/contrib/golang/upstreams/http/tcp/test/test_data/go.mod @@ -1,9 +1,9 @@ module example.com/test-data -go 1.23 +go 1.24.6 require github.com/envoyproxy/envoy v1.33.2 -require google.golang.org/protobuf v1.36.10 +require google.golang.org/protobuf v1.36.11 replace github.com/envoyproxy/envoy => ../../../../../../../