From 2ce1136e23d3ccd6991e7abb08d6b9db438dc2e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:00:20 +0000 Subject: [PATCH] build(deps): bump the contrib-golang group Bumps the contrib-golang group in /contrib/golang/filters/http/test/test_data/action with 1 update: google.golang.org/protobuf. Updates `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 dependency-group: contrib-golang ... Signed-off-by: dependabot[bot] --- .../golang/filters/http/test/test_data/action/go.mod | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/contrib/golang/filters/http/test/test_data/action/go.mod b/contrib/golang/filters/http/test/test_data/action/go.mod index 9a07becf6234..bda83466971f 100644 --- a/contrib/golang/filters/http/test/test_data/action/go.mod +++ b/contrib/golang/filters/http/test/test_data/action/go.mod @@ -2,18 +2,10 @@ module example.com/action go 1.20 -require ( - github.com/cncf/xds/go v0.0.0-20230112175826-46e39c7b9b43 - github.com/envoyproxy/envoy v1.24.0 -) +require github.com/envoyproxy/envoy v1.24.0 require github.com/google/go-cmp v0.5.9 // indirect -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 -) +require google.golang.org/protobuf v1.32.0 // indirect replace github.com/envoyproxy/envoy => ../../../../../../../