aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/cloud.google.com/go/pubsub/doc.go
Commit message (Collapse)AuthorAgeFilesLines
* vendor: deleteTaras Madan2025-01-231-182/+0
|
* vendor: updateTaras Madan2024-09-101-1/+1
|
* mod: do: bump cloud.google.com/go/pubsub from 1.28.0 to 1.33.0dependabot[bot]2023-07-251-7/+12
| | | | | | | | | | | | | | | Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.28.0 to 1.33.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.28.0...pubsub/v1.33.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* dependencies: updateTaras Madan2023-02-241-40/+77
| | | | | | set go min requirements to 1.19 update dependencies update vendor
* vendor: add cloud.google.com/go/pubsubDmitry Vyukov2020-09-301-0/+140
| | | | | | Required to talk to KCIDB. Update #2144
* vendor: switch from dep to godepDmitry Vyukov2017-06-131-119/+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/+119
All dependencies are vendored with: go get github.com/golang/dep dep init If necessary, can be updated with: dep ensure -update Fixes #215