1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Upgrade chi to v5 (#17298)

This commit is contained in:
Lunny Xiao
2021-10-14 10:50:23 +08:00
committed by GitHub
parent bd14c40461
commit d47798ccc7
35 changed files with 2692 additions and 132 deletions

View File

@@ -4,7 +4,7 @@ go 1.11
require (
gitea.com/go-chi/cache v0.0.0-20210110083709-82c4c9ce2d5e
github.com/go-chi/chi v1.5.1
github.com/go-chi/chi/v5 v5.0.4
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
)