From d58b65a2069afafa87307e3a70ec15480dc40f49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 06:30:30 +0000 Subject: [PATCH] build(deps): bump google.golang.org/protobuf Bumps google.golang.org/protobuf from 1.30.0 to 1.36.3. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- contrib/golang/filters/http/test/test_data/echo/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/golang/filters/http/test/test_data/echo/go.mod b/contrib/golang/filters/http/test/test_data/echo/go.mod index 030155522ee3..477074d5ba37 100644 --- a/contrib/golang/filters/http/test/test_data/echo/go.mod +++ b/contrib/golang/filters/http/test/test_data/echo/go.mod @@ -15,7 +15,7 @@ require ( golang.org/x/text v0.7.0 // indirect google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect google.golang.org/grpc v1.25.1 // indirect - google.golang.org/protobuf v1.30.0 + google.golang.org/protobuf v1.36.3 ) replace github.com/envoyproxy/envoy => ../../../../../../../