summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pelletier/go-buffruneio/buffruneio.go
Commit message (Collapse)AuthorAgeFilesLines
* Update src-d/go-git to v4.13.0 (#7688)Antoine GIRARD2019-07-311-117/+0
| | | | | | | | * update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-271-0/+117
* 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 :)