From 7cee2d541e5731b61bb29e0241b12f77fa5620e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:57:59 +0000 Subject: [PATCH] build(deps): bump google.golang.org/protobuf Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0. --- 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/routeconfig/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/golang/filters/http/test/test_data/routeconfig/go.mod b/contrib/golang/filters/http/test/test_data/routeconfig/go.mod index b11b4ac5d8712..557c7827149d9 100644 --- a/contrib/golang/filters/http/test/test_data/routeconfig/go.mod +++ b/contrib/golang/filters/http/test/test_data/routeconfig/go.mod @@ -13,7 +13,7 @@ require ( github.com/envoyproxy/protoc-gen-validate v0.9.1 // indirect github.com/golang/protobuf v1.5.2 // indirect google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect - google.golang.org/protobuf v1.31.0 + google.golang.org/protobuf v1.32.0 ) replace github.com/envoyproxy/envoy => ../../../../../../../