einride / protobuf-bigquery-go

Seamlessly save and load protocol buffers to and from BigQuery using Go.
https://pkg.go.dev/go.einride.tech/protobuf-bigquery
MIT License
49 stars 7 forks source link

chore(deps): bump the root-go-dependencies group with 2 updates #361

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the root-go-dependencies group with 2 updates: cloud.google.com/go/bigquery and go.einride.tech/aip.

Updates cloud.google.com/go/bigquery from 1.55.0 to 1.57.1

Commits


Updates go.einride.tech/aip from 0.62.0 to 0.64.0

Release notes

Sourced from go.einride.tech/aip's releases.

v0.64.0

0.64.0 (2023-10-30)

Feature

  • add link to go doc (91b9c8e5)

Bug Fixes

  • update component type (ada9c094)

v0.63.0

0.63.0 (2023-10-23)

Feature

  • resourcename: add Join function (ee11a619)

v0.62.1

0.62.1 (2023-10-20)

Bug Fixes

  • avoid asserting on exact page token value (1d60af5a)

Chores

  • deps: bump golang.org/x/net from 0.12.0 to 0.17.0 (6622a8eb)
  • deps: bump google.golang.org/grpc from 1.57.0 to 1.58.2 (ccfc6f65)
  • deps: bump gotest.tools/v3 from 3.5.0 to 3.5.1 (57b951bc)
  • deps: bump go.einride.tech/sage from 0.233.1 to 0.241.0 in /.sage (a231c1f1)
  • deps: bump github.com/google/uuid from 1.3.0 to 1.3.1 (d1496baa)
  • deps: bump google.golang.org/grpc from 1.56.2 to 1.57.0 (45aa14b1)
Commits
  • 91b9c8e feat: add link to go doc
  • ada9c09 fix: update component type
  • ee11a61 feat(resourcename): add Join function
  • 1d60af5 fix: avoid asserting on exact page token value
  • 6622a8e chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0
  • ccfc6f6 chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.2
  • 57b951b chore(deps): bump gotest.tools/v3 from 3.5.0 to 3.5.1
  • a231c1f chore(deps): bump go.einride.tech/sage from 0.233.1 to 0.241.0 in /.sage
  • d1496ba chore(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1
  • 45aa14b chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.57.0
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 year ago

Superseded by #362.