From 2cc6b7498926d117cd5d7b7a1a3de0f3c4c37c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:56:13 +0000 Subject: [PATCH] fix(deps): bump github.com/envoyproxy/gateway in the gomod-group group Bumps the gomod-group group with 1 update: [github.com/envoyproxy/gateway](https://github.com/envoyproxy/gateway). Updates `github.com/envoyproxy/gateway` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/envoyproxy/gateway/releases) - [Commits](https://github.com/envoyproxy/gateway/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: github.com/envoyproxy/gateway dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-group ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2892a85..018e2ff 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/openkcm/gateway-extension go 1.26.0 require ( - github.com/envoyproxy/gateway v1.7.1 + github.com/envoyproxy/gateway v1.7.2 github.com/envoyproxy/go-control-plane v0.14.0 github.com/envoyproxy/go-control-plane/envoy v1.37.0 github.com/google/go-cmp v0.7.0 diff --git a/go.sum b/go.sum index d8fbf9a..00b384e 100644 --- a/go.sum +++ b/go.sum @@ -20,8 +20,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/envoyproxy/gateway v1.7.1 h1:u143JTSLI9MkJ7FYsx3RjpKd04nC3QunX6g0vCKCzUM= -github.com/envoyproxy/gateway v1.7.1/go.mod h1:zjxKlCCwehgR0Va36EbFp9pb/Fp/XFaCn088xp9nG1U= +github.com/envoyproxy/gateway v1.7.2 h1:mIC52fBLZKO8ahwwh5hNbpWP++HLC7I7RO+6n6JcJbI= +github.com/envoyproxy/gateway v1.7.2/go.mod h1:EiXhtwv0xkFE17KDXmchFF60jg0y9H9Ou3V7pIIzyUc= github.com/envoyproxy/go-control-plane v0.14.0 h1:hbG2kr4RuFj222B6+7T83thSPqLjwBIfQawTkC++2HA= github.com/envoyproxy/go-control-plane v0.14.0/go.mod h1:NcS5X47pLl/hfqxU70yPwL9ZMkUlwlKxtAohpi2wBEU= github.com/envoyproxy/go-control-plane/envoy v1.37.0 h1:u3riX6BoYRfF4Dr7dwSOroNfdSbEPe9Yyl09/B6wBrQ=