1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 18:58:38 +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

@@ -1,15 +1,14 @@
# captcha [![Build Status](https://drone.gitea.com/api/badges/macaron/captcha/status.svg)](https://drone.gitea.com/macaron/captcha)
# captcha [![Build Status](https://drone.gitea.com/api/badges/go-chi/captcha/status.svg)](https://drone.gitea.com/go-chi/captcha)
Middleware captcha provides captcha service for [Macaron](https://gitea.com/macaron/macaron).
Middleware captcha provides captcha service for [chi](https://github.com/go-chi/chi).
### Installation
go get gitea.com/macaron/captcha
go get gitea.com/go-chi/captcha
## Getting Help
- [API Reference](https://gowalker.org/gitea.com/macaron/captcha)
- [Documentation](http://go-macaron.com/docs/middlewares/captcha)
- [API Reference](https://pkg.go.dev/gitea.com/go-chi/captcha)
## License