From 020e3d1baf7bc5694504dbb5447138c737d00ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:15:13 +0000 Subject: [PATCH] build(deps): bump github.com/mrz1836/go-api-router from 0.6.2 to 0.7.0 Bumps [github.com/mrz1836/go-api-router](https://github.com/mrz1836/go-api-router) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/mrz1836/go-api-router/releases) - [Changelog](https://github.com/mrz1836/go-api-router/blob/master/.goreleaser.yml) - [Commits](https://github.com/mrz1836/go-api-router/compare/v0.6.2...v0.7.0) --- updated-dependencies: - dependency-name: github.com/mrz1836/go-api-router dependency-type: direct:production update-type: version-update:semver-minor ... 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 03558898c..70564ae66 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/go-redis/redis/v8 v8.11.5 github.com/gofrs/uuid v4.4.0+incompatible github.com/julienschmidt/httprouter v1.3.0 - github.com/mrz1836/go-api-router v0.6.2 + github.com/mrz1836/go-api-router v0.7.0 github.com/mrz1836/go-cachestore v0.3.3 github.com/mrz1836/go-datastore v0.5.8 github.com/mrz1836/go-parameters v0.4.1 diff --git a/go.sum b/go.sum index 23602ddc4..c82295bb2 100644 --- a/go.sum +++ b/go.sum @@ -231,8 +231,8 @@ github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= github.com/montanaflynn/stats v0.7.1 h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE= github.com/montanaflynn/stats v0.7.1/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= -github.com/mrz1836/go-api-router v0.6.2 h1:6IhpqUf42scot4rcPO7q+vkWFMJMDbqZqbGrlUjKwxc= -github.com/mrz1836/go-api-router v0.6.2/go.mod h1:g/swptRngTcD7ro4DSOpbHA+sYPtmvWyoSZ4i4aTsFA= +github.com/mrz1836/go-api-router v0.7.0 h1:RTnU4g92IiTLDEHBUuftnTMfGRIc9/Q7y1wDUYJEV5E= +github.com/mrz1836/go-api-router v0.7.0/go.mod h1:zIj4Fe4mLx+VZjtWvxvPcfJMo9l8J/xEB5mDWh2oGQU= github.com/mrz1836/go-cache v0.9.2 h1:pQK3SJg6kfbn43oKW68R3qCWRILKSvSHs3qvwn8OzHc= github.com/mrz1836/go-cache v0.9.2/go.mod h1:IphLH8lmLdSI5N+8MswFEaqP1bJQ8800CxXre5nJD4M= github.com/mrz1836/go-cachestore v0.3.3 h1:E9f1frV38iAfpJ7vYR8bJ/F3GEdmPUTTFwxDf8DZP/A=