From dcf22051817a6efef8ce3a9ec5e62bca9d0dc0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 03:46:09 +0000 Subject: [PATCH] Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /go/mod Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. - [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 ... Signed-off-by: dependabot[bot] --- go/mod/go.mod | 2 +- go/mod/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go/mod/go.mod b/go/mod/go.mod index d8118a94..5644cab3 100644 --- a/go/mod/go.mod +++ b/go/mod/go.mod @@ -2,4 +2,4 @@ module github.com/paketo-buildpacks/samples/go/mod go 1.15 -require github.com/gorilla/mux v1.8.0 +require github.com/gorilla/mux v1.8.1 diff --git a/go/mod/go.sum b/go/mod/go.sum index 53502880..71283374 100644 --- a/go/mod/go.sum +++ b/go/mod/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=