From 6b3227441c29c4b252f5c6a78736f7f9a5725191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 15:18:22 +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.6 to 1.36.7 --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-version: 1.36.7 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 52a21b5806345..632c7fc983165 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.22 +go 1.23 require github.com/envoyproxy/envoy v1.33.2 -require google.golang.org/protobuf v1.36.6 +require google.golang.org/protobuf v1.36.8 replace github.com/envoyproxy/envoy => ../../../../../../../