From 06471632a78ea052b3bddb3f91926f4de56fdcd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:07:28 +0000 Subject: [PATCH] build(deps): bump google.golang.org/protobuf Bumps the contrib-golang group with 1 update in the /contrib/golang/filters/http/test/test_data/access_log directory: google.golang.org/protobuf. Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.4 --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: contrib-golang ... Signed-off-by: dependabot[bot] --- contrib/golang/filters/http/test/test_data/access_log/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/golang/filters/http/test/test_data/access_log/go.mod b/contrib/golang/filters/http/test/test_data/access_log/go.mod index 4cf78bab422a8..116154c8855db 100644 --- a/contrib/golang/filters/http/test/test_data/access_log/go.mod +++ b/contrib/golang/filters/http/test/test_data/access_log/go.mod @@ -4,6 +4,6 @@ go 1.22 require github.com/envoyproxy/envoy v1.24.0 -require google.golang.org/protobuf v1.35.1 +require google.golang.org/protobuf v1.36.4 replace github.com/envoyproxy/envoy => ../../../../../../../