This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 0ae0a1098 chore(go/adbc): bump cloud.google.com/go/bigquery from
1.75.0 to 1.76.0 in /go/adbc (#4216)
0ae0a1098 is described below
commit 0ae0a109873241c70aa1c5d3e1cd53a0fef321d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 14 16:55:40 2026 -0400
chore(go/adbc): bump cloud.google.com/go/bigquery from 1.75.0 to 1.76.0 in
/go/adbc (#4216)
Bumps
[cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go)
from 1.75.0 to 1.76.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/243da70769b0ad6f401d11bfa637530823072eac"><code>243da70</code></a>
chore(main): release spanner 1.76.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11594">#11594</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/0ee82ff4ff385bc632b5cc9630e7e6c4e25a438c"><code>0ee82ff</code></a>
perf(spanner): grab debug stack outside of lock (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11587">#11587</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/4b40201c5cfa223f3e5c039e18a72d74168f7ae9"><code>4b40201</code></a>
feat(spanner): support multiplexed session for read-write transactions
& part...</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/f2d581c90e64dd7589b94178750e53f9edce661f"><code>f2d581c</code></a>
chore(main): release auth 0.15.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11613">#11613</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/0d52ebd0ba85da326a3b438521c90f3ca2a8addc"><code>0d52ebd</code></a>
chore(all): update deps (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11601">#11601</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/0e608bb5ac3d694c8ad36ca4340071d3a2c78699"><code>0e608bb</code></a>
feat(auth): Add hard-bound token request to compute token provider. (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11588">#11588</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/798be26c29ea264de6098706a2760033eadddc6e"><code>798be26</code></a>
chore(all): update Go to 1.24 (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11612">#11612</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/bd0aec1ce63ead39f02ab43b403ebac740e979b7"><code>bd0aec1</code></a>
feat(dlp): discovery of Vertex AI datasets (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11605">#11605</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/c08d34776d398a79f6962a26e8e2c75bc4958e2b"><code>c08d347</code></a>
feat(chat): Add DeletionType.SPACE_MEMBER. This is returned when a
message se...</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/535f52e4a698b80b8c25a5f43dc8d6ffb3c913a5"><code>535f52e</code></a>
refactor(auth): refactor GetGRPCTransportCredsAndEndpoint return type to
stru...</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.75.0...spanner/v1.76.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
go/adbc/go.mod | 4 ++--
go/adbc/go.sum | 24 ++++++++++++------------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index 13613b5f4..a34d7cea8 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -24,7 +24,7 @@ go 1.25.0
toolchain go1.26.1
require (
- cloud.google.com/go/bigquery v1.75.0
+ cloud.google.com/go/bigquery v1.76.0
github.com/apache/arrow-go/v18 v18.5.2
github.com/bluele/gcache v0.0.2
github.com/databricks/databricks-sql-go v1.10.0
@@ -54,7 +54,7 @@ require (
cloud.google.com/go/auth v0.20.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
cloud.google.com/go/compute/metadata v0.9.0 // indirect
- cloud.google.com/go/iam v1.5.3 // indirect
+ cloud.google.com/go/iam v1.7.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 //
indirect
github.com/99designs/keyring v1.2.2 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 // indirect
diff --git a/go/adbc/go.sum b/go/adbc/go.sum
index b77cbe80d..36c8817bb 100644
--- a/go/adbc/go.sum
+++ b/go/adbc/go.sum
@@ -6,21 +6,21 @@ cloud.google.com/go/auth v0.20.0
h1:kXTssoVb4azsVDoUiF8KvxAqrsQcQtB53DcSgta74CA=
cloud.google.com/go/auth v0.20.0/go.mod
h1:942/yi/itH1SsmpyrbnTMDgGfdy2BUqIKyd0cyYLc5Q=
cloud.google.com/go/auth/oauth2adapt v0.2.8
h1:keo8NaayQZ6wimpNSmW5OPc283g65QNIiLpZnkHRbnc=
cloud.google.com/go/auth/oauth2adapt v0.2.8/go.mod
h1:XQ9y31RkqZCcwJWNSx2Xvric3RrU88hAYYbjDWYDL+c=
-cloud.google.com/go/bigquery v1.75.0
h1:gI4AgIhXNZ8hxvPDOp4hLGUnpNBjoBor6POSLcrdWkY=
-cloud.google.com/go/bigquery v1.75.0/go.mod
h1:zNCHWok+hfTgKCwNqT+V7GH/YmFFgZqjzljKCZBJTWc=
+cloud.google.com/go/bigquery v1.76.0
h1:wnfVSXN6GEMlsAoHWdhzTC8NMsptOx2hsqPiI+lTs3I=
+cloud.google.com/go/bigquery v1.76.0/go.mod
h1:J4wuqka/1hEpdJxH2oBrUR0vjTD+r7drGkpcA3yqERM=
cloud.google.com/go/compute/metadata v0.2.0/go.mod
h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
cloud.google.com/go/compute/metadata v0.9.0
h1:pDUj4QMoPejqq20dK0Pg2N4yG9zIkYGdBtwLoEkH9Zs=
cloud.google.com/go/compute/metadata v0.9.0/go.mod
h1:E0bWwX5wTnLPedCKqk3pJmVgCBSM6qQI1yTBdEb3C10=
-cloud.google.com/go/datacatalog v1.26.1
h1:bCRKA8uSQN8wGW3Tw0gwko4E9a64GRmbW1nCblhgC2k=
-cloud.google.com/go/datacatalog v1.26.1/go.mod
h1:2Qcq8vsHNxMDgjgadRFmFG47Y+uuIVsyEGUrlrKEdrg=
-cloud.google.com/go/iam v1.5.3 h1:+vMINPiDF2ognBJ97ABAYYwRgsaqxPbQDlMnbHMjolc=
-cloud.google.com/go/iam v1.5.3/go.mod
h1:MR3v9oLkZCTlaqljW6Eb2d3HGDGK5/bDv93jhfISFvU=
-cloud.google.com/go/longrunning v0.8.0
h1:LiKK77J3bx5gDLi4SMViHixjD2ohlkwBi+mKA7EhfW8=
-cloud.google.com/go/longrunning v0.8.0/go.mod
h1:UmErU2Onzi+fKDg2gR7dusz11Pe26aknR4kHmJJqIfk=
+cloud.google.com/go/datacatalog v1.27.0
h1:AnghhtHKCqYIe62gTPHcn9nJr5jtxjZHV4D/Fob23gg=
+cloud.google.com/go/datacatalog v1.27.0/go.mod
h1:YTI11pFlC5HCj4CphEf+qWCy/z9udd7o0HVN6c2Povg=
+cloud.google.com/go/iam v1.7.0 h1:JD3zh0C6LHl16aCn5Akff0+GELdp1+4hmh6ndoFLl8U=
+cloud.google.com/go/iam v1.7.0/go.mod
h1:tetWZW1PD/m6vcuY2Zj/aU0eCHNPuxedbnbRTyKXvdY=
+cloud.google.com/go/longrunning v0.9.0
h1:0EzbDEGsAvOZNbqXopgniY0w0a1phvu5IdUFq8grmqY=
+cloud.google.com/go/longrunning v0.9.0/go.mod
h1:pkTz846W7bF4o2SzdWJ40Hu0Re+UoNT6Q5t+igIcb8E=
cloud.google.com/go/monitoring v1.24.3
h1:dde+gMNc0UhPZD1Azu6at2e79bfdztVDS5lvhOdsgaE=
cloud.google.com/go/monitoring v1.24.3/go.mod
h1:nYP6W0tm3N9H/bOw8am7t62YTzZY+zUeQ+Bi6+2eonI=
-cloud.google.com/go/storage v1.61.3
h1:VS//ZfBuPGDvakfD9xyPW1RGF1Vy3BWUoVZXgW1KMOg=
-cloud.google.com/go/storage v1.61.3/go.mod
h1:JtqK8BBB7TWv0HVGHubtUdzYYrakOQIsMLffZ2Z/HWk=
+cloud.google.com/go/storage v1.62.0
h1:w2pQJhpUqVerMON45vatE2FpCYsNTf7OHjkn6ux5mMU=
+cloud.google.com/go/storage v1.62.0/go.mod
h1:T5hz3qzcpnxZ5LdKc7y8Tw7lh4v9zeeVyrD/cLJAzZU=
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
h1:/vQbFIOMbk2FiG/kXiLl8BRyzTWDw7gX/Hz7Dd5eDMs=
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4/go.mod
h1:hN7oaIRCjzsZ2dE+yG5k+rsdt3qcwykqK6HVGcKwsw4=
github.com/99designs/keyring v1.2.2
h1:pZd3neh/EmUzWONb35LxQfvuY7kiSXAq3HQd97+XBn0=
@@ -137,8 +137,8 @@ github.com/gabriel-vasile/mimetype v1.4.7/go.mod
h1:GDlAgAyIRT27BhFl53XNAFtfjzOk
github.com/go-jose/go-jose/v3 v3.0.0/go.mod
h1:RNkWWRld676jZEYoV3+XK8L2ZnNSvIsxFMht0mSX+u8=
github.com/go-jose/go-jose/v3 v3.0.5
h1:BLLJWbC4nMZOfuPVxoZIxeYsn6Nl2r1fITaJ78UQlVQ=
github.com/go-jose/go-jose/v3 v3.0.5/go.mod
h1:5b+7YgP7ZICgJDBdfjZaIt+H/9L9T/YQrVfLAMboGkQ=
-github.com/go-jose/go-jose/v4 v4.1.3
h1:CVLmWDhDVRa6Mi/IgCgaopNosCaHz7zrMeF9MlZRkrs=
-github.com/go-jose/go-jose/v4 v4.1.3/go.mod
h1:x4oUasVrzR7071A4TnHLGSPpNOm2a21K9Kf04k1rs08=
+github.com/go-jose/go-jose/v4 v4.1.4
h1:moDMcTHmvE6Groj34emNPLs/qtYXRVcd6S7NHbHz3kA=
+github.com/go-jose/go-jose/v4 v4.1.4/go.mod
h1:x4oUasVrzR7071A4TnHLGSPpNOm2a21K9Kf04k1rs08=
github.com/go-logr/logr v1.2.2/go.mod
h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
github.com/go-logr/logr v1.4.3/go.mod
h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=