summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mitchellh
Commit message (Collapse)AuthorAgeFilesLines
* Use vendored go-swagger (#8087)Antoine GIRARD2019-09-048-0/+1513
| | | | | | | | | | | | | | * Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By: techknowlogick <matti@mdranta.net>
* update go-git to v4.12.0 - fixes #7248 (#7249)techknowlogick2019-06-191-0/+10
|
* Use Go1.11 module (#5743)Mura Li2019-03-272-0/+15
| | | | | | | | | | | | | | | | | | * 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/+178
* 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 :)