Skip to content

Commit e93088e

Browse files
renovate[bot]opentelemetrybotsongy23
authored
fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.30.3 (open-telemetry#37655)
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.30.1` -> `v2.30.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.30.3?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.30.3?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.30.1/v2.30.3?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.30.1/v2.30.3?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.30.3`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2303-2025-02-03----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.30.2...v2.30.3) #### What's Changed ##### Other Changes 🛠 - fix enum parse logic when its last index is zero by [@&open-telemetry#8203;lobachpavel](https://redirect.github.com/lobachpavel) in [https://github.com/ClickHouse/clickhouse-go/pull/1487](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1487) #### New Contributors - [@&open-telemetry#8203;lobachpavel](https://redirect.github.com/lobachpavel) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1487](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1487) **Full Changelog**: ClickHouse/clickhouse-go@v2.30.2...v2.30.3 ### [`v2.30.2`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2302-2025-01-30----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.30.1...v2.30.2) #### What's Changed ##### Bug fixes 🐛 - Handle json tag without name override by [@&open-telemetry#8203;matevzmihalic](https://redirect.github.com/matevzmihalic) in [https://github.com/ClickHouse/clickhouse-go/pull/1478](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1478) - fix: JSON NestedMap + add tests by [@&open-telemetry#8203;SpencerTorres](https://redirect.github.com/SpencerTorres) in [https://github.com/ClickHouse/clickhouse-go/pull/1482](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1482) #### New Contributors - [@&open-telemetry#8203;matevzmihalic](https://redirect.github.com/matevzmihalic) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1478](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1478) **Full Changelog**: ClickHouse/clickhouse-go@v2.30.1...v2.30.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- 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 9e035d5 commit e93088e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

exporter/clickhouseexporter/go.mod

Lines changed: 3 additions & 3 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.22.0
44

55
require (
6-
github.com/ClickHouse/clickhouse-go/v2 v2.30.1
6+
github.com/ClickHouse/clickhouse-go/v2 v2.30.3
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.119.0
@@ -25,7 +25,7 @@ require (
2525
require (
2626
dario.cat/mergo v1.0.0 // indirect
2727
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
28-
github.com/ClickHouse/ch-go v0.63.1 // indirect
28+
github.com/ClickHouse/ch-go v0.64.1 // indirect
2929
github.com/Microsoft/go-winio v0.6.2 // indirect
3030
github.com/andybalholm/brotli v1.1.1 // indirect
3131
github.com/containerd/log v0.1.0 // indirect
@@ -67,7 +67,7 @@ require (
6767
github.com/opencontainers/go-digest v1.0.0 // indirect
6868
github.com/opencontainers/image-spec v1.1.0 // indirect
6969
github.com/paulmach/orb v0.11.1 // indirect
70-
github.com/pierrec/lz4/v4 v4.1.21 // indirect
70+
github.com/pierrec/lz4/v4 v4.1.22 // indirect
7171
github.com/pkg/errors v0.9.1 // indirect
7272
github.com/pmezard/go-difflib v1.0.0 // indirect
7373
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect

exporter/clickhouseexporter/go.sum

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

0 commit comments

Comments
 (0)