aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/cloud.google.com/go/internal/optional
Commit message (Collapse)AuthorAgeFilesLines
* vendor: deleteTaras Madan2025-01-231-108/+0
|
* vendor: update vendored filesDmitry Vyukov2020-01-291-1/+1
| | | | | | Required to switch dashboard/app to go1.11. Update #1461
* vendor: update all packagesDmitry Vyukov2017-08-081-0/+14
| | | | | | google.golang.org/api/compute/v0.beta again changed public interfaces which causes breakages in other build environments. Update everything to HEAD.
* vendor: switch from dep to godepDmitry Vyukov2017-06-131-64/+0
| | | | | | | dep tool vendored too much code (100MB) including tests and unused packages. godep vendored significantly less (12MB) without tests and unused packages. The main advantage is that pre-Go1.9 toolchain does not run tests of all vendor packages now.
* vendor: vendor dependenciesDmitry Vyukov2017-06-132-0/+158
All dependencies are vendored with: go get github.com/golang/dep dep init If necessary, can be updated with: dep ensure -update Fixes #215