Skip to content

chore(deps): Update go-chi to v5.2.2 #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

mbfreder
Copy link
Contributor

@mbfreder mbfreder commented Aug 7, 2025

Issue #, if available:

Description of changes:
This PR updates the Go-Chi dependency to address a security vulnerability in the RedirectSlashes middleware that could lead to open redirect attacks.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Vandita2020
Vandita2020 previously approved these changes Aug 7, 2025
- Update go.mod to use correct Go-Chi v5 module path (github.com/go-chi/chi/v5)
- Update all import statements to use v5 path
- Fix Go version from 1.24 to 1.21 to match installed version
- All tests passing locally
- Remove accidentally added automated-tests.yml workflow
- Keep Go 1.24 as intended for CI environment
- Maintain Go-Chi v5 module path fix (github.com/go-chi/chi/v5)
- All tests pass locally with Go 1.21, CI should work with Go 1.24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants