aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/cloud.google.com/go/pubsub/flow_controller.go
Commit message (Collapse)AuthorAgeFilesLines
* vendor: deleteTaras Madan2025-01-231-220/+0
|
* dependencies: updateTaras Madan2023-02-241-46/+144
| | | | | | set go min requirements to 1.19 update dependencies update vendor
* vendor: add cloud.google.com/go/pubsubDmitry Vyukov2020-09-301-0/+122
| | | | | | Required to talk to KCIDB. Update #2144
* vendor: switch from dep to godepDmitry Vyukov2017-06-131-106/+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-131-0/+106
All dependencies are vendored with: go get github.com/golang/dep dep init If necessary, can be updated with: dep ensure -update Fixes #215