summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/warnings.v0
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-143-295/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Use Go1.11 module (#5743)Mura Li2019-03-271-0/+77
| | | | | | | | | | | | | | | | | | * 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
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-272-0/+218
* Inital routes to git refs api * Git refs API implementation * Update swagger * Fix copyright * Make swagger happy add basic test * Fix test * Fix test again :)