Skip to content

Commit 9781b3e

Browse files
fix(deps): update module github.com/go-chi/chi/v5 to v5.2.5 (#751)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/go-chi/chi/v5](https://redirect.github.com/go-chi/chi) | `v5.2.4` → `v5.2.5` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-chi%2fchi%2fv5/v5.2.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-chi%2fchi%2fv5/v5.2.4/v5.2.5?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>go-chi/chi (github.com/go-chi/chi/v5)</summary> ### [`v5.2.5`](https://redirect.github.com/go-chi/chi/releases/tag/v5.2.5) [Compare Source](https://redirect.github.com/go-chi/chi/compare/v5.2.4...v5.2.5) #### What's Changed - Bump minimum Go to 1.22 and use new features by [@&#8203;JRaspass](https://redirect.github.com/JRaspass) in [#&#8203;1017](https://redirect.github.com/go-chi/chi/pull/1017) - Refactor graceful shutdown example by [@&#8203;mikereid1](https://redirect.github.com/mikereid1) in [#&#8203;994](https://redirect.github.com/go-chi/chi/pull/994) - Refactor to use atomic type by [@&#8203;cuiweixie](https://redirect.github.com/cuiweixie) in [#&#8203;1019](https://redirect.github.com/go-chi/chi/pull/1019) - update reverseMethodMap in RegisterMethod by [@&#8203;cixel](https://redirect.github.com/cixel) in [#&#8203;1022](https://redirect.github.com/go-chi/chi/pull/1022) - Update comment about min Go version by [@&#8203;JRaspass](https://redirect.github.com/JRaspass) in [#&#8203;1023](https://redirect.github.com/go-chi/chi/pull/1023) - middleware: harden RedirectSlashes handler by [@&#8203;pkieltyka](https://redirect.github.com/pkieltyka) in [#&#8203;1044](https://redirect.github.com/go-chi/chi/pull/1044) - Fix(middleware): Prevent double handler invocation in RouteHeaders with empty router by [@&#8203;mahanadh](https://redirect.github.com/mahanadh) in [#&#8203;1045](https://redirect.github.com/go-chi/chi/pull/1045) #### New Contributors - [@&#8203;mikereid1](https://redirect.github.com/mikereid1) made their first contribution in [#&#8203;994](https://redirect.github.com/go-chi/chi/pull/994) - [@&#8203;cuiweixie](https://redirect.github.com/cuiweixie) made their first contribution in [#&#8203;1019](https://redirect.github.com/go-chi/chi/pull/1019) - [@&#8203;cixel](https://redirect.github.com/cixel) made their first contribution in [#&#8203;1022](https://redirect.github.com/go-chi/chi/pull/1022) - [@&#8203;mahanadh](https://redirect.github.com/mahanadh) made their first contribution in [#&#8203;1045](https://redirect.github.com/go-chi/chi/pull/1045) **Full Changelog**: <go-chi/chi@v5.2.3...v5.2.5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Only on Monday, Wednesday, and Saturday ( * * * * 1,3,6 ) in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/identity-platform-admin-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 25dc97a + f64bd35 commit 9781b3e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/canonical/rebac-admin-ui-handlers v0.1.2
1010
github.com/coreos/go-oidc/v3 v3.14.1
1111
github.com/exaring/otelpgx v0.9.4
12-
github.com/go-chi/chi/v5 v5.2.4
12+
github.com/go-chi/chi/v5 v5.2.5
1313
github.com/go-chi/cors v1.2.2
1414
github.com/go-playground/validator/v10 v10.22.1
1515
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ github.com/go-chi/chi/v5 v5.2.3 h1:WQIt9uxdsAbgIYgid+BpYc+liqQZGMHRaUwp0JUcvdE=
4747
github.com/go-chi/chi/v5 v5.2.3/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=
4848
github.com/go-chi/chi/v5 v5.2.4 h1:WtFKPHwlywe8Srng8j2BhOD9312j9cGUxG1SP4V2cR4=
4949
github.com/go-chi/chi/v5 v5.2.4/go.mod h1:X7Gx4mteadT3eDOMTsXzmI4/rwUpOwBHLpAfupzFJP0=
50+
github.com/go-chi/chi/v5 v5.2.5 h1:Eg4myHZBjyvJmAFjFvWgrqDTXFyOzjj7YIm3L3mu6Ug=
51+
github.com/go-chi/chi/v5 v5.2.5/go.mod h1:X7Gx4mteadT3eDOMTsXzmI4/rwUpOwBHLpAfupzFJP0=
5052
github.com/go-chi/cors v1.2.2 h1:Jmey33TE+b+rB7fT8MUy1u0I4L+NARQlK6LhzKPSyQE=
5153
github.com/go-chi/cors v1.2.2/go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58=
5254
github.com/go-jose/go-jose/v4 v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=

0 commit comments

Comments
 (0)