Skip to content

Commit 53326dd

Browse files
authored
fix(deps): update module github.com/clickhouse/ch-go to v0.68.0 (#7411)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/ClickHouse/ch-go](https://redirect.github.com/ClickHouse/ch-go) | `v0.67.0` -> `v0.68.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fch-go/v0.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fClickHouse%2fch-go/v0.67.0/v0.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ClickHouse/ch-go (github.com/ClickHouse/ch-go)</summary> ### [`v0.68.0`](https://redirect.github.com/ClickHouse/ch-go/releases/tag/v0.68.0) [Compare Source](https://redirect.github.com/ClickHouse/ch-go/compare/v0.67.0...v0.68.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - chore(deps): bump golang.org/x/oauth2 from 0.0.0-20180821212333-d2e6202438be to 0.27.0 in /internal/cmd/ch-dl by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/ClickHouse/ch-go/pull/1076](https://redirect.github.com/ClickHouse/ch-go/pull/1076)6 - chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/ClickHouse/ch-go/pull/1078](https://redirect.github.com/ClickHouse/ch-go/pull/1078)8 - chore(deps): bump github.com/dmarkham/enumer from 1.5.11 to 1.6.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/ClickHouse/ch-go/pull/1082](https://redirect.github.com/ClickHouse/ch-go/pull/1082)2 - chore(deps): bump github.com/dmarkham/enumer from 1.6.0 to 1.6.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/ClickHouse/ch-go/pull/1084](https://redirect.github.com/ClickHouse/ch-go/pull/1084)4 - chore(deps): bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/ClickHouse/ch-go/pull/1080](https://redirect.github.com/ClickHouse/ch-go/pull/1080)0 - chore(deps): bump actions/download-artifact from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/ClickHouse/ch-go/pull/1077](https://redirect.github.com/ClickHouse/ch-go/pull/1077)7 - feat(proto): ColArr.RowLen by [@&#8203;nikandfor](https://redirect.github.com/nikandfor) in [https://github.com/ClickHouse/ch-go/pull/1083](https://redirect.github.com/ClickHouse/ch-go/pull/1083) #### New Contributors - [@&#8203;nikandfor](https://redirect.github.com/nikandfor) made their first contribution in [https://github.com/ClickHouse/ch-go/pull/1083](https://redirect.github.com/ClickHouse/ch-go/pull/1083) **Full Changelog**: ClickHouse/ch-go@v0.67.0...v0.68.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni4zIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==--> Signed-off-by: Mend Renovate <[email protected]>
1 parent d56f4b7 commit 53326dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.6
55
toolchain go1.25.0
66

77
require (
8-
github.com/ClickHouse/ch-go v0.67.0
8+
github.com/ClickHouse/ch-go v0.68.0
99
github.com/ClickHouse/clickhouse-go/v2 v2.40.1
1010
github.com/HdrHistogram/hdrhistogram-go v1.1.2
1111
github.com/Shopify/sarama v1.37.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 h1:oygO0locgZJ
2323
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
2424
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
2525
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
26-
github.com/ClickHouse/ch-go v0.67.0 h1:18MQF6vZHj+4/hTRaK7JbS/TIzn4I55wC+QzO24uiqc=
27-
github.com/ClickHouse/ch-go v0.67.0/go.mod h1:2MSAeyVmgt+9a2k2SQPPG1b4qbTPzdGDpf1+bcHh+18=
26+
github.com/ClickHouse/ch-go v0.68.0 h1:zd2VD8l2aVYnXFRyhTyKCrxvhSz1AaY4wBUXu/f0GiU=
27+
github.com/ClickHouse/ch-go v0.68.0/go.mod h1:C89Fsm7oyck9hr6rRo5gqqiVtaIY6AjdD0WFMyNRQ5s=
2828
github.com/ClickHouse/clickhouse-go/v2 v2.40.1 h1:PbwsHBgqXRydU7jKULD1C8CHmifczffvQqmFvltM2W4=
2929
github.com/ClickHouse/clickhouse-go/v2 v2.40.1/go.mod h1:GDzSBLVhladVm8V01aEB36IoBOVLLICfyeuiIp/8Ezc=
3030
github.com/Code-Hex/go-generics-cache v1.5.1 h1:6vhZGc5M7Y/YD8cIUcY8kcuQLB4cHR7U+0KMqAA0KcU=

0 commit comments

Comments
 (0)