From 4bb8e1c6bc4f156f50a9d7595cd8b7f88b766a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 09:17:37 +0000 Subject: [PATCH] chore(deps): bump github.com/go-chi/chi/v5 in /error-middleware Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.2 to 5.2.4. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-chi/chi/compare/v5.2.2...v5.2.4) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- error-middleware/go.mod | 4 ++-- error-middleware/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/error-middleware/go.mod b/error-middleware/go.mod index d07d458..69da1a0 100644 --- a/error-middleware/go.mod +++ b/error-middleware/go.mod @@ -1,5 +1,5 @@ module github.com/jun06t/go-sample/error-middleware -go 1.20 +go 1.22 -require github.com/go-chi/chi/v5 v5.2.2 +require github.com/go-chi/chi/v5 v5.2.4 diff --git a/error-middleware/go.sum b/error-middleware/go.sum index ed9ec89..72e03ff 100644 --- a/error-middleware/go.sum +++ b/error-middleware/go.sum @@ -1,2 +1,2 @@ -github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618= -github.com/go-chi/chi/v5 v5.2.2/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops= +github.com/go-chi/chi/v5 v5.2.4 h1:WtFKPHwlywe8Srng8j2BhOD9312j9cGUxG1SP4V2cR4= +github.com/go-chi/chi/v5 v5.2.4/go.mod h1:X7Gx4mteadT3eDOMTsXzmI4/rwUpOwBHLpAfupzFJP0=