Bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.2 (#26)
Some checks failed
/ pre (push) Has been cancelled
/ deps (push) Has been cancelled
/ lint (push) Has been cancelled
/ test (push) Has been cancelled
/ build (push) Has been cancelled
/ deploy (push) Has been cancelled

Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.0 to 5.2.2.
- [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.0...v5.2.2)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-09-18 22:43:31 +02:00 committed by GitHub
parent b393ed9b84
commit 7018751d63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.23.0
toolchain go1.24.1
require (
github.com/go-chi/chi/v5 v5.2.0
github.com/go-chi/chi/v5 v5.2.2
github.com/go-chi/cors v1.2.1
github.com/go-chi/docgen v1.3.0
github.com/go-chi/jwtauth/v5 v5.3.2