aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/cloud.google.com/go/bigquery
Commit message (Collapse)AuthorAgeFilesLines
* vendor: deleteTaras Madan2025-01-2349-49521/+0
|
* mod: bump cloud.google.com/go/bigquery from 1.62.0 to 1.63.0dependabot[bot]2024-10-017-32/+108
| | | | | | | | | | | | | | | Bumps [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) from 1.62.0 to 1.63.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/spanner/v1.62.0...spanner/v1.63.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/bigquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* vendor: updateTaras Madan2024-09-1022-99/+481
|
* vendor: add bigquery client libraryTaras Madan2024-07-0547-0/+49063
|
* vendor: switch from dep to godepDmitry Vyukov2017-06-1336-10105/+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-1336-0/+10105
All dependencies are vendored with: go get github.com/golang/dep dep init If necessary, can be updated with: dep ensure -update Fixes #215