1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-11 03:58:20 +00:00

Introduce go chi web framework as frontend of macaron, so that we can move routes from macaron to chi step by step (#7420)

* When route cannot be found on chi, go to macaron

* Stick chi version to 1.5.0

* Follow router log setting
This commit is contained in:
Lunny Xiao
2020-11-13 20:51:07 +08:00
committed by GitHub
parent 0ae35c66f2
commit c296f4fed6
49 changed files with 4796 additions and 249 deletions

4
vendor/modules.txt vendored
View File

@@ -269,6 +269,10 @@ github.com/gliderlabs/ssh
github.com/glycerine/go-unsnap-stream
# github.com/go-asn1-ber/asn1-ber v1.5.1
github.com/go-asn1-ber/asn1-ber
# github.com/go-chi/chi v1.5.0
## explicit
github.com/go-chi/chi
github.com/go-chi/chi/middleware
# github.com/go-enry/go-enry/v2 v2.5.2
## explicit
github.com/go-enry/go-enry/v2