Update module github.com/go-chi/chi/v5 to v5.2.4 #33

Open
renovatebot wants to merge 1 commit from renovate/github.com-go-chi-chi-v5-5.x into main
Member

This PR contains the following updates:

Package Type Update Change
github.com/go-chi/chi/v5 require patch v5.2.1 -> v5.2.4

Release Notes

go-chi/chi (github.com/go-chi/chi/v5)

v5.2.4

Compare Source

v5.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-chi/chi/compare/v5.2.2...v5.2.3

v5.2.2

Compare Source

What's Changed

Security fix

  • Fixes GHSA-vrw8-fxc6-2r93 - "Host Header Injection Leads to Open Redirect in RedirectSlashes" commit
    • a lower-severity Open Redirect that can't be exploited in browser or email client, as it requires manipulation of a Host header
    • reported by Anuraag Baishya, @​anuraagbaishya. Thank you!

New Contributors

Full Changelog: https://github.com/go-chi/chi/compare/v5.2.1...v5.2.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | require | patch | `v5.2.1` -> `v5.2.4` | --- ### Release Notes <details> <summary>go-chi/chi (github.com/go-chi/chi/v5)</summary> ### [`v5.2.4`](https://github.com/go-chi/chi/compare/v5.2.3...v5.2.4) [Compare Source](https://github.com/go-chi/chi/compare/v5.2.3...v5.2.4) ### [`v5.2.3`](https://github.com/go-chi/chi/releases/tag/v5.2.3) [Compare Source](https://github.com/go-chi/chi/compare/v5.2.2...v5.2.3) #### What's Changed - Add pathvalue example to README and implement PathValue handler. by [@&#8203;catatsuy](https://github.com/catatsuy) in [#&#8203;985](https://github.com/go-chi/chi/pull/985) - Allow multiple whitespace between method & pattern by [@&#8203;JRaspass](https://github.com/JRaspass) in [#&#8203;1013](https://github.com/go-chi/chi/pull/1013) - Avoid potential nil dereference by [@&#8203;ProjectMutilation](https://github.com/ProjectMutilation) in [#&#8203;1008](https://github.com/go-chi/chi/pull/1008) - feat(mux): support http.Request.Pattern in Go 1.23 by [@&#8203;Gusted](https://github.com/Gusted) in [#&#8203;986](https://github.com/go-chi/chi/pull/986) - fix/608 - Fix flaky Throttle middleware test by synchronizing token usage by [@&#8203;OtavioBernardes](https://github.com/OtavioBernardes) in [#&#8203;1016](https://github.com/go-chi/chi/pull/1016) - Optimize throttle middleware by avoiding unnecessary timer creation by [@&#8203;vasayxtx](https://github.com/vasayxtx) in [#&#8203;1011](https://github.com/go-chi/chi/pull/1011) - Simplify wildcard replacement in route patterns by [@&#8203;srpvpn](https://github.com/srpvpn) in [#&#8203;1012](https://github.com/go-chi/chi/pull/1012) - Replace methodTypString func with reverseMethodMap by [@&#8203;JRaspass](https://github.com/JRaspass) in [#&#8203;1018](https://github.com/go-chi/chi/pull/1018) #### New Contributors - [@&#8203;ProjectMutilation](https://github.com/ProjectMutilation) made their first contribution in [#&#8203;1008](https://github.com/go-chi/chi/pull/1008) - [@&#8203;Gusted](https://github.com/Gusted) made their first contribution in [#&#8203;986](https://github.com/go-chi/chi/pull/986) - [@&#8203;OtavioBernardes](https://github.com/OtavioBernardes) made their first contribution in [#&#8203;1016](https://github.com/go-chi/chi/pull/1016) - [@&#8203;srpvpn](https://github.com/srpvpn) made their first contribution in [#&#8203;1012](https://github.com/go-chi/chi/pull/1012) **Full Changelog**: <https://github.com/go-chi/chi/compare/v5.2.2...v5.2.3> ### [`v5.2.2`](https://github.com/go-chi/chi/releases/tag/v5.2.2) [Compare Source](https://github.com/go-chi/chi/compare/v5.2.1...v5.2.2) #### What's Changed - Use strings.Cut in a few places by [@&#8203;JRaspass](https://github.com/JRaspass) in [#&#8203;971](https://github.com/go-chi/chi/pull/971) - Fix non-constant format strings in t.Fatalf by [@&#8203;JRaspass](https://github.com/JRaspass) in [#&#8203;972](https://github.com/go-chi/chi/pull/972) - Apply fieldalignment fixes to optimize struct memory layout by [@&#8203;pixel365](https://github.com/pixel365) in [#&#8203;974](https://github.com/go-chi/chi/pull/974) - go 1.24 by [@&#8203;pkieltyka](https://github.com/pkieltyka) in [#&#8203;977](https://github.com/go-chi/chi/pull/977) - chore: delint ioutil usage by [@&#8203;costela](https://github.com/costela) in [#&#8203;962](https://github.com/go-chi/chi/pull/962) - Fixed typo in Router interface definition by [@&#8203;mithileshgupta12](https://github.com/mithileshgupta12) in [#&#8203;958](https://github.com/go-chi/chi/pull/958) - Add support for TinyGo by [@&#8203;efraimbart](https://github.com/efraimbart) in [#&#8203;978](https://github.com/go-chi/chi/pull/978) - Exclude middleware/profiler.go in TinyGo, as there's no net/http/pprof pkg by [@&#8203;cxjava](https://github.com/cxjava) in [#&#8203;982](https://github.com/go-chi/chi/pull/982) - Make use of strings.Cut by [@&#8203;scop](https://github.com/scop) in [#&#8203;1005](https://github.com/go-chi/chi/pull/1005) - Change install command format to code block by [@&#8203;sglkc](https://github.com/sglkc) in [#&#8203;1001](https://github.com/go-chi/chi/pull/1001) - Correct documentation by [@&#8203;mrdomino](https://github.com/mrdomino) in [#&#8203;992](https://github.com/go-chi/chi/pull/992) #### Security fix - Fixes [GHSA-vrw8-fxc6-2r93](https://github.com/go-chi/chi/security/advisories/GHSA-vrw8-fxc6-2r93) - "Host Header Injection Leads to Open Redirect in RedirectSlashes" [commit](https://github.com/go-chi/chi/commit/1be7ad938cc9c5b39a9dea01a5c518848928ab65) - a lower-severity Open Redirect that can't be exploited in browser or email client, as it requires manipulation of a Host header - reported by Anuraag Baishya, [@&#8203;anuraagbaishya](https://github.com/anuraagbaishya). Thank you! #### New Contributors - [@&#8203;pixel365](https://github.com/pixel365) made their first contribution in [#&#8203;974](https://github.com/go-chi/chi/pull/974) - [@&#8203;mithileshgupta12](https://github.com/mithileshgupta12) made their first contribution in [#&#8203;958](https://github.com/go-chi/chi/pull/958) - [@&#8203;efraimbart](https://github.com/efraimbart) made their first contribution in [#&#8203;978](https://github.com/go-chi/chi/pull/978) - [@&#8203;cxjava](https://github.com/cxjava) made their first contribution in [#&#8203;982](https://github.com/go-chi/chi/pull/982) - [@&#8203;sglkc](https://github.com/sglkc) made their first contribution in [#&#8203;1001](https://github.com/go-chi/chi/pull/1001) - [@&#8203;mrdomino](https://github.com/mrdomino) made their first contribution in [#&#8203;992](https://github.com/go-chi/chi/pull/992) **Full Changelog**: <https://github.com/go-chi/chi/compare/v5.2.1...v5.2.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yMS4yIiwidXBkYXRlZEluVmVyIjoiNDIuMjEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update module github.com/go-chi/chi/v5 to v5.2.3
Some checks failed
Build for Windows/amd64 / build (push) Failing after 22s
719d9b099f
renovatebot changed title from Update module github.com/go-chi/chi/v5 to v5.2.3 to Update module github.com/go-chi/chi/v5 to v5.2.4 2026-01-14 12:00:56 -05:00
renovatebot force-pushed renovate/github.com-go-chi-chi-v5-5.x from 719d9b099f
Some checks failed
Build for Windows/amd64 / build (push) Failing after 22s
to 455fafd2e5
All checks were successful
Build for Windows/amd64 / build (push) Successful in 3m27s
2026-01-14 12:00:56 -05:00
Compare
All checks were successful
Build for Windows/amd64 / build (push) Successful in 3m27s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-go-chi-chi-v5-5.x:renovate/github.com-go-chi-chi-v5-5.x
git switch renovate/github.com-go-chi-chi-v5-5.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/github.com-go-chi-chi-v5-5.x
git switch renovate/github.com-go-chi-chi-v5-5.x
git rebase main
git switch main
git merge --ff-only renovate/github.com-go-chi-chi-v5-5.x
git switch renovate/github.com-go-chi-chi-v5-5.x
git rebase main
git switch main
git merge --no-ff renovate/github.com-go-chi-chi-v5-5.x
git switch main
git merge --squash renovate/github.com-go-chi-chi-v5-5.x
git switch main
git merge --ff-only renovate/github.com-go-chi-chi-v5-5.x
git switch main
git merge renovate/github.com-go-chi-chi-v5-5.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
devhack/cardprinterd!33
No description provided.