aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/cloud.google.com/go/CONTRIBUTORS
Commit message (Collapse)AuthorAgeFilesLines
* vendor: update vendored filesDmitry Vyukov2020-01-291-37/+0
| | | | | | Required to switch dashboard/app to go1.11. Update #1461
* vendor: vendor dependenciesDmitry Vyukov2017-06-131-0/+37
All dependencies are vendored with: go get github.com/golang/dep dep init If necessary, can be updated with: dep ensure -update Fixes #215