From a42a2329b3d65b3fbbab1b16c57db1e886913598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 06:07:23 +0000 Subject: [PATCH] build(deps): bump google.golang.org/protobuf Bumps google.golang.org/protobuf from 1.30.0 to 1.36.9. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-version: 1.36.9 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 be10ae3ff0e60..a3e6e27de8341 100644 --- a/contrib/golang/filters/http/test/test_data/routeconfig/go.mod +++ b/contrib/golang/filters/http/test/test_data/routeconfig/go.mod @@ -1,6 +1,6 @@ module example.com/routeconfig -go 1.18 +go 1.23 require ( github.com/cncf/xds/go v0.0.0-20230112175826-46e39c7b9b43 @@ -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.9 ) replace github.com/envoyproxy/envoy => ../../../../../../../