summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-chi/chi
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-1437-4695/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Update chi/middleware to chi/v5/middleware (#17888)zeripath2021-12-0237-2563/+125
| | | | | | Fix #17880 Co-authored-by: Lauris BH <lauris@nix.lv>
* Upgrade chi to v5 (#17298)Lunny Xiao2021-10-1312-0/+2566
|
* go1.16 (#14783)techknowlogick2021-02-2812-70/+61
|
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-0511-97/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Some changes to fix recovery * Move Recovery to middlewares * Remove trace code * Fix lint * add session middleware and remove dependent on macaron for sso * Fix panic 500 page rendering * Fix bugs * Fix fmt * Fix vendor * recover unnecessary change * Fix lint and addd some comments about the copied codes. * Use util.StatDir instead of com.StatDir Co-authored-by: 6543 <6543@obermui.de>
* Introduce go chi web framework as frontend of macaron, so that we can move ↵Lunny Xiao2020-11-1334-0/+4443
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