Skip to content

Commit f873069

Browse files
renovate[bot]opentelemetrybotsongy23
authored
fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.36.0 (#40472)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/ClickHouse/clickhouse-go/v2](https://redirect.github.com/ClickHouse/clickhouse-go) | `v2.35.0` -> `v2.36.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.35.0/v2.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.35.0/v2.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)</summary> ### [`v2.36.0`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2360-2025-06-03----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.35.0...v2.36.0) #### What's Changed ##### Enhancements 🎉 - Add `Close` function to batch interface by [@&#8203;SpencerTorres](https://redirect.github.com/SpencerTorres) in [https://github.com/ClickHouse/clickhouse-go/pull/1566](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1566) **Full Changelog**: ClickHouse/clickhouse-go@v2.35.0...v2.36.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (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/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 7493676 commit f873069

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

exporter/clickhouseexporter/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/clickh
33
go 1.23.0
44

55
require (
6-
github.com/ClickHouse/clickhouse-go/v2 v2.35.0
6+
github.com/ClickHouse/clickhouse-go/v2 v2.36.0
77
github.com/cenkalti/backoff/v4 v4.3.0
88
github.com/jmoiron/sqlx v1.4.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.127.0
@@ -30,12 +30,14 @@ require (
3030
github.com/Microsoft/go-winio v0.6.2 // indirect
3131
github.com/andybalholm/brotli v1.1.1 // indirect
3232
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
33+
github.com/containerd/errdefs v1.0.0 // indirect
34+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
3335
github.com/containerd/log v0.1.0 // indirect
3436
github.com/containerd/platforms v0.2.1 // indirect
3537
github.com/cpuguy83/dockercfg v0.3.2 // indirect
3638
github.com/davecgh/go-spew v1.1.1 // indirect
3739
github.com/distribution/reference v0.6.0 // indirect
38-
github.com/docker/docker v28.1.1+incompatible // indirect
40+
github.com/docker/docker v28.2.2+incompatible // indirect
3941
github.com/docker/go-connections v0.5.0 // indirect
4042
github.com/docker/go-units v0.5.0 // indirect
4143
github.com/ebitengine/purego v0.8.4 // indirect

exporter/clickhouseexporter/go.sum

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)