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 19e62bdf9 chore(go/adbc): bump cloud.google.com/go/bigquery from
1.74.0 to 1.75.0 in /go/adbc (#4163)
19e62bdf9 is described below
commit 19e62bdf9a96f99a5b3b8d87a63577cdb1ac5f14
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 8 10:25:52 2026 -0700
chore(go/adbc): bump cloud.google.com/go/bigquery from 1.74.0 to 1.75.0 in
/go/adbc (#4163)
Bumps
[cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go)
from 1.74.0 to 1.75.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/9cde8abdebc891178d811539af9d165b85993d1c"><code>9cde8ab</code></a>
chore(main): release spanner 1.75.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11551">#11551</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/d7671ec5401cf2afee949a506a11c251e9f66d64"><code>d7671ec</code></a>
feat(spanner): make randIDForProcess hexadecimal in
x-goog-spanner-request-id...</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/a8f16ef102068ad793b4aa8c6cf8c8f0ca0c2d03"><code>a8f16ef</code></a>
fix(spanner): inject "x-goog-spanner-request-id" into outgoing
client context...</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/59fe58aba61abf69bfb7549c0a03b21bdb4b8b2f"><code>59fe58a</code></a>
docs(monitoring/apiv3): remove extra fenced code block markers (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11535">#11535</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/bfb6c05baed4e9a22a84d600700e5954cc5fc55a"><code>bfb6c05</code></a>
chore(main): release pubsub 1.47.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11547">#11547</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/46d6ed475e6ae6b96f3e11e17496fd75fd8ea7c4"><code>46d6ed4</code></a>
feat(pubsub): support new forms of topic ingestion (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11537">#11537</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/0dd7d3d62e54c6c3bca395fcca8450ad3347a5a0"><code>0dd7d3d</code></a>
feat(storage): wrap NotFound errors for buckets and objects (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11519">#11519</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/8fc5a87a1a06ffb24da9f93abd15644e8f2647ee"><code>8fc5a87</code></a>
chore: bump cloud.google.com/go dep (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11541">#11541</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/1a214c9742b7e394874c6a5fe1177994f19c68bd"><code>1a214c9</code></a>
chore: release main (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11467">#11467</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/24b3a20f14b6b220713df35177152462ad238a2a"><code>24b3a20</code></a>
chore(main): release 0.118.1 (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/11539">#11539</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-go/compare/spanner/v1.74.0...spanner/v1.75.0">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
go/adbc/go.mod | 2 +-
go/adbc/go.sum | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index b2ffd5d55..13613b5f4 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.74.0
+ cloud.google.com/go/bigquery v1.75.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
diff --git a/go/adbc/go.sum b/go/adbc/go.sum
index d1e35a883..b77cbe80d 100644
--- a/go/adbc/go.sum
+++ b/go/adbc/go.sum
@@ -6,8 +6,8 @@ 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.74.0
h1:Q6bAMv+eyvufOpIrfrYxhM46qq1D3ZQTdgUDQqKS+n8=
-cloud.google.com/go/bigquery v1.74.0/go.mod
h1:iViO7Cx3A/cRKcHNRsHB3yqGAMInFBswrE9Pxazsc90=
+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/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=
@@ -19,8 +19,8 @@ cloud.google.com/go/longrunning v0.8.0
h1:LiKK77J3bx5gDLi4SMViHixjD2ohlkwBi+mKA7
cloud.google.com/go/longrunning v0.8.0/go.mod
h1:UmErU2Onzi+fKDg2gR7dusz11Pe26aknR4kHmJJqIfk=
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.59.2
h1:gmOAuG1opU8YvycMNpP+DvHfT9BfzzK5Cy+arP+Nocw=
-cloud.google.com/go/storage v1.59.2/go.mod
h1:cMWbtM+anpC74gn6qjLh+exqYcfmB9Hqe5z6adx+CLI=
+cloud.google.com/go/storage v1.61.3
h1:VS//ZfBuPGDvakfD9xyPW1RGF1Vy3BWUoVZXgW1KMOg=
+cloud.google.com/go/storage v1.61.3/go.mod
h1:JtqK8BBB7TWv0HVGHubtUdzYYrakOQIsMLffZ2Z/HWk=
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=
@@ -41,10 +41,10 @@ github.com/BurntSushi/toml v1.4.0
h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0
github.com/BurntSushi/toml v1.4.0/go.mod
h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
v1.31.0 h1:DHa2U07rk8syqvCge0QIGMCE1WxGj9njT44GH7zNJLQ=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
v1.31.0/go.mod h1:P4WPRUkOhJC13W//jWpyfJNDAIpvRbAUIYLX/4jtlE0=
-github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
v0.54.0 h1:lhhYARPUu3LmHysQ/igznQphfzynnqI3D75oUyw1HXk=
-github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
v0.54.0/go.mod h1:l9rva3ApbBpEJxSNYnwT9N4CDLrWgtq3u8736C5hyJw=
-github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
v0.54.0 h1:s0WlVbf9qpvkh1c/uDAPElam0WrL7fHRIidgZJ7UqZI=
-github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
v0.54.0/go.mod h1:Mf6O40IAyB9zR/1J8nGDDPirZQQPbYJni8Yisy7NTMc=
+github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
v0.55.0 h1:UnDZ/zFfG1JhH/DqxIZYU/1CUAlTUScoXD/LcM2Ykk8=
+github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
v0.55.0/go.mod h1:IA1C1U7jO/ENqm/vhi7V9YYpBsp+IMyqNrEN94N7tVc=
+github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
v0.55.0 h1:0s6TxfCu2KHkkZPnBfsQ2y5qia0jl3MMrmBhu3nCOYk=
+github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
v0.55.0/go.mod h1:Mf6O40IAyB9zR/1J8nGDDPirZQQPbYJni8Yisy7NTMc=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c
h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod
h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
github.com/andybalholm/brotli v1.2.0
h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=