From e7ffecc30fe1abbf110d2ecb1fd4ed8ec3f5e03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:24:58 +0000 Subject: [PATCH] Bump the mocked-server-https-deps group Bumps the mocked-server-https-deps group in /mocked_servers/https with 1 update: [github.com/gorilla/mux](https://github.com/gorilla/mux). - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/gorilla/mux dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mocked-server-https-deps ... Signed-off-by: dependabot[bot] --- mocked_servers/https/go.mod | 2 +- mocked_servers/https/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mocked_servers/https/go.mod b/mocked_servers/https/go.mod index efc4280bd..ea6b26cbf 100644 --- a/mocked_servers/https/go.mod +++ b/mocked_servers/https/go.mod @@ -2,4 +2,4 @@ module github.com/aws-observability/aws-otel-test-framework/mockedservers/https go 1.19 -require github.com/gorilla/mux v1.8.0 +require github.com/gorilla/mux v1.8.1 diff --git a/mocked_servers/https/go.sum b/mocked_servers/https/go.sum index 535028803..712833743 100644 --- a/mocked_servers/https/go.sum +++ b/mocked_servers/https/go.sum @@ -1,2 +1,2 @@ -github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= -github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= +github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY= +github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=