Skip to content

Commit c464919

Browse files
fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.28.3 (#35235)
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.28.2` -> `v2.28.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.28.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.28.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.28.2/v2.28.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.28.2/v2.28.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.28.3`](https://redirect.github.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2283-2024-09-12----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/v2.28.2...v2.28.3) #### What's Changed ##### Other Changes 🛠 - Revert the minimum required Go version to 1.21 by [@&#8203;jkaflik](https://redirect.github.com/jkaflik) in [https://github.com/ClickHouse/clickhouse-go/pull/1405](https://redirect.github.com/ClickHouse/clickhouse-go/pull/1405) **Full Changelog**: ClickHouse/clickhouse-go@v2.28.2...v2.28.3 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent c24259b commit c464919

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ require (
290290
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
291291
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
292292
github.com/ClickHouse/ch-go v0.61.5 // indirect
293-
github.com/ClickHouse/clickhouse-go/v2 v2.28.2 // indirect
293+
github.com/ClickHouse/clickhouse-go/v2 v2.28.3 // indirect
294294
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
295295
github.com/DataDog/agent-payload/v5 v5.0.132 // indirect
296296
github.com/DataDog/datadog-agent/comp/core/config v0.57.0 // indirect

cmd/otelcontribcol/go.sum

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

exporter/clickhouseexporter/go.mod

Lines changed: 1 addition & 1 deletion
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.28.2
6+
github.com/ClickHouse/clickhouse-go/v2 v2.28.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.109.0

exporter/clickhouseexporter/go.sum

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

0 commit comments

Comments
 (0)