From 5b2214136989f783c8cec5c77ddddfdb73f8b894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 08:21:42 +0000 Subject: [PATCH] chore(deps): bump github.com/gorilla/mux in /curity-sgnl-kong/api/server 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-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- curity-sgnl-kong/api/server/go.mod | 2 +- curity-sgnl-kong/api/server/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/curity-sgnl-kong/api/server/go.mod b/curity-sgnl-kong/api/server/go.mod index baa4296..eb84f12 100644 --- a/curity-sgnl-kong/api/server/go.mod +++ b/curity-sgnl-kong/api/server/go.mod @@ -2,4 +2,4 @@ module temp-api go 1.25 -require github.com/gorilla/mux v1.8.0 +require github.com/gorilla/mux v1.8.1 diff --git a/curity-sgnl-kong/api/server/go.sum b/curity-sgnl-kong/api/server/go.sum index 5350288..7128337 100644 --- a/curity-sgnl-kong/api/server/go.sum +++ b/curity-sgnl-kong/api/server/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=