mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Upgrade chi to v5 (#17298)
This commit is contained in:
@ -19,7 +19,7 @@ import (
|
||||
"code.gitea.io/gitea/modules/git"
|
||||
"code.gitea.io/gitea/modules/web/middleware"
|
||||
|
||||
"github.com/go-chi/chi"
|
||||
chi "github.com/go-chi/chi/v5"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/unrolled/render"
|
||||
)
|
||||
|
Reference in New Issue
Block a user