Commit a843d57
chore(deps): update go (#2945)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[cloud.google.com/go/bigtable](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.44.0` → `v1.45.0` |

|

|
|
[cloud.google.com/go/dataplex](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.29.0` → `v1.30.0` |

|

|
|
[cloud.google.com/go/dataproc/v2](https://redirect.github.com/googleapis/google-cloud-go)
| `v2.16.0` → `v2.17.0` |

|

|
|
[cloud.google.com/go/geminidataanalytics](https://redirect.github.com/googleapis/google-cloud-go)
| `v0.8.0` → `v0.9.0` |

|

|
|
[cloud.google.com/go/longrunning](https://redirect.github.com/googleapis/google-cloud-go)
| `v0.8.0` → `v0.9.0` |

|

|
|
[github.com/ClickHouse/clickhouse-go/v2](https://redirect.github.com/ClickHouse/clickhouse-go)
| `v2.43.0` → `v2.44.0` |

|

|
|
[github.com/nakagami/firebirdsql](https://redirect.github.com/nakagami/firebirdsql)
| `v0.9.17` → `v0.9.18` |

|

|
|
[google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client)
| `v0.273.0` → `v0.274.0` |

|

|
|
[google.golang.org/genai](https://redirect.github.com/googleapis/go-genai)
| `v1.52.0` → `v1.52.1` |

|

|
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `v1.48.0` →
`v1.48.1` |

|

|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/363) for more information.
---
### Release Notes
<details>
<summary>googleapis/google-cloud-go
(cloud.google.com/go/geminidataanalytics)</summary>
###
[`v0.9.0`](https://redirect.github.com/googleapis/google-cloud-go/blob/HEAD/CHANGES.md#v090)
[Compare
Source](https://redirect.github.com/googleapis/google-cloud-go/compare/v0.8.0...v0.9.0)
- Breaking changes to some autogenerated clients.
- rpcreplay package added.
</details>
<details>
<summary>ClickHouse/clickhouse-go
(github.com/ClickHouse/clickhouse-go/v2)</summary>
###
[`v2.44.0`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2440-2026-03-31----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---)
[Compare
Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.43.0...v2.44.0)
#### What's Changed
##### Enhancements 🎉
- feat: add HasData() bool to driver.Rows by
[@​velom](https://redirect.github.com/velom) in
[#​1796](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1796)
- `url.Parse` adoption from Go 1.25.7 by
[@​M0rdecay](https://redirect.github.com/M0rdecay) in
[#​1787](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1787)
- chore: enable `cloud` and `head` test runs for all PRs by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1798](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1798)
- Add sql.Scanner support for all Geography types by
[@​Onyx2406](https://redirect.github.com/Onyx2406) in
[#​1789](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1789)
- AGENTS init by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1809](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1809)
- workflows: integrate claude code Github action for code-review by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1811](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1811)
- chore: fix the code-review CI error with enough rights. by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1816](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1816)
##### Bug Fixes 🐛
- chore: add test to lock single enum value behavior by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1779](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1779)
- fix: Panic when scanning nullable JSON using a pointer to
`clickhouse.JSON` by
[@​erezrokah](https://redirect.github.com/erezrokah) in
[#​1770](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1770)
- Fix
[#​1775](https://redirect.github.com/ClickHouse/clickhouse-go/issues/1775):
omit absent JSON keys when scanning into map\[string]any by
[@​varundeepsaini](https://redirect.github.com/varundeepsaini) in
[#​1781](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1781)
- fix: Fix connection slot leak when context is cancelled during acquire
by [@​hermanschaaf](https://redirect.github.com/hermanschaaf) in
[#​1759](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1759)
- Helper to disable profile events on the server-side by
[@​varundeepsaini](https://redirect.github.com/varundeepsaini) in
[#​1782](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1782)
and [@​kavirajk](https://redirect.github.com/kavirajk)
[#​1786](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1786)
- fix: inconsistent results for nil in Json.AppendRow by
[@​Laotree](https://redirect.github.com/Laotree) in
[#​1771](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1771)
- chore: fix `cloud` and `head` test runs by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1786](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1786)
- chore: make PR from forks run cloud tests correctly by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1803](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1803)
- fix: release connection in batch.Close() when closeQuery() fails by
[@​rbroggi](https://redirect.github.com/rbroggi) in
[#​1795](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1795)
- chore: make cloud test runs on-demand only with labeling by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1806](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1806)
##### Other Changes 🛠
- chore(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1769](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1769)
- chore(deps): bump go.opentelemetry.io/otel/trace from 1.39.0 to 1.40.0
by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1767](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1767)
- Update Cloud credentials by
[@​peter-leonov-ch](https://redirect.github.com/peter-leonov-ch)
in
[#​1776](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1776)
- chore(deps): bump go.opentelemetry.io/otel/trace from 1.40.0 to 1.41.0
by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1783](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1783)
- doc: update README to update outdated content by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1805](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1805)
#### New Contributors
- [@​peter-leonov-ch](https://redirect.github.com/peter-leonov-ch)
made their first contribution in
[#​1776](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1776)
- [@​varundeepsaini](https://redirect.github.com/varundeepsaini)
made their first contribution in
[#​1781](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1781)
- [@​hermanschaaf](https://redirect.github.com/hermanschaaf) made
their first contribution in
[#​1759](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1759)
- [@​Laotree](https://redirect.github.com/Laotree) made their
first contribution in
[#​1771](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1771)
- [@​M0rdecay](https://redirect.github.com/M0rdecay) made their
first contribution in
[#​1787](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1787)
- [@​velom](https://redirect.github.com/velom) made their first
contribution in
[#​1796](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1796)
- [@​Onyx2406](https://redirect.github.com/Onyx2406) made their
first contribution in
[#​1789](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1789)
**Full Changelog**:
<ClickHouse/clickhouse-go@v2.43.0...v2.44.0>
</details>
<details>
<summary>nakagami/firebirdsql
(github.com/nakagami/firebirdsql)</summary>
###
[`v0.9.18`](https://redirect.github.com/nakagami/firebirdsql/compare/v0.9.17...v0.9.18)
[Compare
Source](https://redirect.github.com/nakagami/firebirdsql/compare/v0.9.17...v0.9.18)
</details>
<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>
###
[`v0.274.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.274.0)
[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.273.1...v0.274.0)
##### Features
- **all:** Auto-regenerate discovery clients
([#​3555](https://redirect.github.com/googleapis/google-api-go-client/issues/3555))
([0e634ae](https://redirect.github.com/googleapis/google-api-go-client/commit/0e634ae13e626c6082c534eda8c03d5d3e673605))
###
[`v0.273.1`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.273.1)
[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.273.0...v0.273.1)
##### Bug Fixes
- Merge duplicate x-goog-request-params header
([#​3547](https://redirect.github.com/googleapis/google-api-go-client/issues/3547))
([2008108](https://redirect.github.com/googleapis/google-api-go-client/commit/2008108eb50215407a945afc2db9c45998c42bbe))
</details>
<details>
<summary>googleapis/go-genai (google.golang.org/genai)</summary>
###
[`v1.52.1`](https://redirect.github.com/googleapis/go-genai/releases/tag/v1.52.1)
[Compare
Source](https://redirect.github.com/googleapis/go-genai/compare/v1.52.0...v1.52.1)
##### Bug Fixes
- Fix service\_tier enums.
([5518442](https://redirect.github.com/googleapis/go-genai/commit/5518442a2a8dac4a00ad4248470ec995604974f6))
</details>
<details>
<summary>cznic/sqlite (modernc.org/sqlite)</summary>
###
[`v1.48.1`](https://gitlab.com/cznic/sqlite/compare/v1.48.0...v1.48.1)
[Compare
Source](https://gitlab.com/cznic/sqlite/compare/v1.48.0...v1.48.1)
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/mcp-toolbox).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMTAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: Averi Kitsch <akitsch@google.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>1 parent ae49fb7 commit a843d57
2 files changed
Lines changed: 36 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
368 | | - | |
| 367 | + | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | | - | |
494 | | - | |
| 493 | + | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
818 | | - | |
819 | | - | |
| 818 | + | |
| 819 | + | |
820 | 820 | | |
821 | 821 | | |
822 | | - | |
823 | | - | |
| 822 | + | |
| 823 | + | |
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
| |||
889 | 889 | | |
890 | 890 | | |
891 | 891 | | |
892 | | - | |
893 | | - | |
| 892 | + | |
| 893 | + | |
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
| |||
0 commit comments