aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/emirpasic/gods/lists
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-145-452/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-275-0/+452
* 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 :)