diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-10-14 10:50:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 22:50:23 -0400 |
commit | d47798ccc72236fa239834583ae8367a16ab3fbe (patch) | |
tree | 87b6bdcc1bafe828972d63a3aa55f000a5e2c019 /modules/test | |
parent | bd14c40461042bd2bc5570d5f7cb9dfddda22f8a (diff) | |
download | gitea-d47798ccc72236fa239834583ae8367a16ab3fbe.tar.gz gitea-d47798ccc72236fa239834583ae8367a16ab3fbe.zip |
Upgrade chi to v5 (#17298)
Diffstat (limited to 'modules/test')
-rw-r--r-- | modules/test/context_tests.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/test/context_tests.go b/modules/test/context_tests.go index 8a4d2d8bce..02723d8c38 100644 --- a/modules/test/context_tests.go +++ b/modules/test/context_tests.go @@ -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" ) |