aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/lunny
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-143-399/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* [Vendor] update macaron related (#13409)65432020-11-0348-8419/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * Vendor: update gitea.com/macaron/session to a177a270 * make vendor * Vendor: update gitea.com/macaron/macaron to 0db5d458 * make vendor * Vendor: update gitea.com/macaron/cache to 905232fb * make vendor * Vendor: update gitea.com/macaron/i18n to 4ca3dd0c * make vendor * Vendor: update gitea.com/macaron/gzip to efa5e847 * make vendor * Vendor: update gitea.com/macaron/captcha to e8597820 * make vendor
* upgrade levelqueue to 0.1.0 (#9192)Lunny Xiao2019-11-287-292/+0
|
* Use Go1.11 module (#5743)Mura Li2019-03-2712-0/+409
| | | | | | | | | | | | | | | | | | * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
* Refactor issue indexer (#5363)Lunny Xiao2019-02-193-0/+245
|
* add other session providers (#5963)techknowlogick2019-02-0541-0/+8075
|
* Migrate to dep (#3972)Antoine GIRARD2018-05-211-18/+0
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-213-0/+399
* add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment