Commit ecdbbfd
Update gomod dependencies (#4545)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) | Type |
Update | Pending |
|---|---|---|---|---|---|---|
|
[github.com/ClickHouse/clickhouse-go/v2](https://redirect.github.com/ClickHouse/clickhouse-go)
| `v2.46.0` → `v2.47.0` |

|

| require | minor | |
|
[github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.32.25` → `v1.32.26` |

|

| require | patch | `v1.32.28` (+1) |
|
[github.com/aws/aws-sdk-go-v2/credentials](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.19.24` → `v1.19.25` |

|

| require | patch | `v1.19.27` (+1) |
|
[github.com/aws/aws-sdk-go-v2/service/kms](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.53.4` → `v1.53.5` |

|

| require | patch | `v1.54.0` (+1) |
|
[github.com/aws/aws-sdk-go-v2/service/s3](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.104.0` → `v1.104.1` |

|

| require | patch | `v1.105.0` (+1) |
|
[github.com/aws/aws-sdk-go-v2/service/ses](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.35.2` → `v1.35.3` |

|

| require | patch | `v1.36.0` (+1) |
|
[github.com/aws/aws-sdk-go-v2/service/sts](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.43.3` → `v1.43.4` |

|

| require | patch | `v1.44.0` (+1) |
| [github.com/aws/smithy-go](https://redirect.github.com/aws/smithy-go)
| `v1.27.2` → `v1.27.3` |

|

| require | patch | |
|
[github.com/go-mysql-org/go-mysql](https://redirect.github.com/go-mysql-org/go-mysql)
| `35ca5c6` → `a57884f` | | | require | digest | |
|
[github.com/slack-go/slack](https://redirect.github.com/slack-go/slack)
| `v0.26.0` → `v0.27.0` |

|

| require | minor | |
| [github.com/urfave/cli/v3](https://redirect.github.com/urfave/cli) |
`v3.10.0` → `v3.10.1` |

|

| require | patch | |
| [golang.org/x/tools](https://pkg.go.dev/golang.org/x/tools) |
[`v0.46.0` →
`v0.47.0`](https://cs.opensource.google/go/x/tools/+/refs/tags/v0.46.0...refs/tags/v0.47.0)
|

|

| require | minor | |
---
### Release Notes
<details>
<summary>ClickHouse/clickhouse-go
(github.com/ClickHouse/clickhouse-go/v2)</summary>
###
[`v2.47.0`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2470-2026-06-26----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---)
[Compare
Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.46.0...v2.47.0)
#### What's Changed
##### Improvements 🚀
- fix: evict connections on wrapped net.OpErrors by
[@​Grundlefleck](https://redirect.github.com/Grundlefleck) in
[#​1869](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1869)
- chore: make tests less flaky by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1884](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1884)
- chore: make Test1229 less flaky by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1867](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1867)
- refactor: replace interface{} with any (Go 1.18+) by
[@​MD-Mushfiqur123](https://redirect.github.com/MD-Mushfiqur123)
in
[#​1878](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1878)
- chore: fix flaky TestContextCancellation\* tests. by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1889](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1889)
- chore: remove in-memory contributors list by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1890](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1890)
##### Bug fixes 🐛
- fix: restore debug logging when debug=1 is set via DSN by
[@​wucm667](https://redirect.github.com/wucm667) in
[#​1852](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1852)
- Update to not use deprecated `github.com/docker/docker` by
[@​tempoz](https://redirect.github.com/tempoz) in
[#​1873](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1873)
- Fix DateTime/DateTime64 timezone: resolve synthetic Fixed/UTC±HH:MM:SS
offsets by
[@​polyglotAI-bot](https://redirect.github.com/polyglotAI-bot) in
[#​1882](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1882)
- fix: ignore placeholders in quoted contexts by
[@​wucm667](https://redirect.github.com/wucm667) in
[#​1879](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1879)
- fix: handle the named arg inside backtick by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1888](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1888)
##### Other Changes 🛠
- chore: update the version matrix by
[@​kavirajk](https://redirect.github.com/kavirajk) in
[#​1861](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1861)
- Create cross-repo-bug-relay.yml by
[@​alex-clickhouse](https://redirect.github.com/alex-clickhouse)
in
[#​1842](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1842)
- Add AI\_POLICY.md by
[@​mshustov](https://redirect.github.com/mshustov) in
[#​1866](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1866)
- chore(deps): bump github.com/andybalholm/brotli from 1.2.0 to 1.2.1 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1819](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1819)
- chore(deps): bump github.com/testcontainers/testcontainers-go from
0.40.0 to 0.41.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1793](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1793)
- chore(deps): bump go.opentelemetry.io/otel/trace from 1.41.0 to 1.44.0
by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1791](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1791)
- chore(deps): bump github.com/paulmach/orb from 0.12.0 to 0.13.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1812](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1812)
- chore(deps): bump github.com/ClickHouse/ch-go from 0.71.0 to 0.72.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1872](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1872)
- chore(deps): bump github.com/moby/moby/client from 0.4.1 to 0.5.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1885](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1885)
- chore(deps): bump github.com/testcontainers/testcontainers-go from
0.42.0 to 0.43.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1886](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1886)
#### New Contributors
- [@​wucm667](https://redirect.github.com/wucm667) made their
first contribution in
[#​1852](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1852)
- [@​alex-clickhouse](https://redirect.github.com/alex-clickhouse)
made their first contribution in
[#​1842](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1842)
- [@​tempoz](https://redirect.github.com/tempoz) made their first
contribution in
[#​1873](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1873)
- [@​Grundlefleck](https://redirect.github.com/Grundlefleck) made
their first contribution in
[#​1869](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1869)
- [@​polyglotAI-bot](https://redirect.github.com/polyglotAI-bot)
made their first contribution in
[#​1882](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1882)
- [@​MD-Mushfiqur123](https://redirect.github.com/MD-Mushfiqur123)
made their first contribution in
[#​1878](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1878)
**Full Changelog**:
<ClickHouse/clickhouse-go@v2.46.0...v2.47.0>
</details>
<details>
<summary>aws/aws-sdk-go-v2
(github.com/aws/aws-sdk-go-v2/service/kms)</summary>
###
[`v1.53.5`](https://redirect.github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2026-03-09)
#### Module Highlights
- `github.com/aws/aws-sdk-go-v2/service/iam`:
[v1.53.5](service/iam/CHANGELOG.md#v1535-2026-03-09)
- **Documentation**: Added support for CloudWatch Logs long-term API
keys, currently available in Preview
- `github.com/aws/aws-sdk-go-v2/service/mgn`:
[v1.40.0](service/mgn/CHANGELOG.md#v1400-2026-03-09)
- **Feature**: Adds support for new storeSnapshotOnLocalZone field in
ReplicationConfiguration and updateReplicationConfiguration
- `github.com/aws/aws-sdk-go-v2/service/opensearch`:
[v1.60.0](service/opensearch/CHANGELOG.md#v1600-2026-03-09)
- **Feature**: This change enables cross-account and cross-region access
for DataSources. Customers can now define access policies on their
datasources to allow other AWS accounts to access and query their data.
- `github.com/aws/aws-sdk-go-v2/service/route53globalresolver`:
[v1.1.0](service/route53globalresolver/CHANGELOG.md#v110-2026-03-09)
- **Feature**: Adds support for dual stack Global Resolvers and
Dictionary-based Domain Generation Firewall Advanced Protection.
</details>
<details>
<summary>aws/smithy-go (github.com/aws/smithy-go)</summary>
###
[`v1.27.3`](https://redirect.github.com/aws/smithy-go/blob/HEAD/CHANGELOG.md#Release-2026-06-26)
[Compare
Source](https://redirect.github.com/aws/smithy-go/compare/v1.27.2...v1.27.3)
#### General Highlights
- **Dependency Update**: Updated to the latest SDK module versions
#### Module Highlights
- `github.com/aws/smithy-go`: v1.27.3
- **Bug Fix**: Fix bug in JSON doc encoder and endpoint host label
format validation
</details>
<details>
<summary>slack-go/slack (github.com/slack-go/slack)</summary>
###
[`v0.27.0`](https://redirect.github.com/slack-go/slack/releases/tag/v0.27.0)
[Compare
Source](https://redirect.github.com/slack-go/slack/compare/v0.26.0...v0.27.0)
##### Added
- Support for
[`data_visualization`](https://docs.slack.dev/reference/block-kit/blocks/data-visualization-block/)
block through `DataVisualizationBlock`.
- Team`now preserves`enterprise\_id`and`enterprise\_name`when Slack
includes Enterprise org details in interaction payload`team\` objects.
**Full Changelog**:
<slack-go/slack@v0.26.0...v0.27.0>
</details>
<details>
<summary>urfave/cli (github.com/urfave/cli/v3)</summary>
###
[`v3.10.1`](https://redirect.github.com/urfave/cli/releases/tag/v3.10.1)
[Compare
Source](https://redirect.github.com/urfave/cli/compare/v3.10.0...v3.10.1)
##### What's Changed
- chore(deps): bump actions/checkout from 6 to 7 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2371](https://redirect.github.com/urfave/cli/pull/2371)
- fix: align gfmrun example counter with actual runnable count by
[@​dearchap](https://redirect.github.com/dearchap) in
[#​2369](https://redirect.github.com/urfave/cli/pull/2369)
- v3: yield the version flag's -v alias to a user-defined flag by
[@​c-tonneslan](https://redirect.github.com/c-tonneslan) in
[#​2330](https://redirect.github.com/urfave/cli/pull/2330)
- fix: keep completion subcommand order deterministic in help output by
[@​suzuki-shunsuke](https://redirect.github.com/suzuki-shunsuke)
in [#​2374](https://redirect.github.com/urfave/cli/pull/2374)
- fix: allow DefaultCommand to handle its own flags by
[@​lihan3238](https://redirect.github.com/lihan3238) in
[#​2322](https://redirect.github.com/urfave/cli/pull/2322)
##### New Contributors
- [@​lihan3238](https://redirect.github.com/lihan3238) made their
first contribution in
[#​2322](https://redirect.github.com/urfave/cli/pull/2322)
**Full Changelog**:
<urfave/cli@v3.10.0...v3.10.1>
</details>
---
### Configuration
📅 **Schedule**: (in timezone Etc/UTC)
- Branch creation
- "after 5pm on monday"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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/PeerDB-io/peerdb).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ilia Demianenko <ilia.demianenko@clickhouse.com>1 parent b0309eb commit ecdbbfd
5 files changed
Lines changed: 113 additions & 129 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | | - | |
| 235 | + | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
| 278 | + | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
0 commit comments