update chi to newer version (#21528)

This commit is contained in:
William Cheng
2025-07-08 11:00:10 +08:00
committed by GitHub
parent 63df7ca574
commit 7e439fd0bd
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ require github.com/gorilla/handlers v1.5.1
{{/featureCORS}}
{{/mux}}
{{#chi}}
require github.com/go-chi/chi/v5 v5.0.8
require github.com/go-chi/chi/v5 v5.2.2
{{#featureCORS}}
require github.com/go-chi/cors v1.2.1
{{/featureCORS}}

View File

@@ -2,4 +2,4 @@ module github.com/GIT_USER_ID/GIT_REPO_ID
go 1.18
require github.com/go-chi/chi/v5 v5.0.8
require github.com/go-chi/chi/v5 v5.2.2

View File

@@ -2,4 +2,4 @@ module github.com/GIT_USER_ID/GIT_REPO_ID
go 1.18
require github.com/go-chi/chi/v5 v5.0.8
require github.com/go-chi/chi/v5 v5.2.2