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:
Vendored
+4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user