Skip to content

Commit 7a405bd

Browse files
renovate[bot]opentelemetrybot
authored andcommitted
fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.17.1 (open-telemetry#30345)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/ClickHouse/clickhouse-go/v2](https://togithub.com/ClickHouse/clickhouse-go) | `v2.17.0` -> `v2.17.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fClickHouse%2fclickhouse-go%2fv2/v2.17.1?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.17.1?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.17.0/v2.17.1?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.17.0/v2.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)</summary> ### [`v2.17.1`](https://togithub.com/ClickHouse/clickhouse-go/blob/HEAD/CHANGELOG.md#v2171-2023-12-27----Release-notes-generated-using-configuration-in-githubreleaseyml-at-main---) [Compare Source](https://togithub.com/ClickHouse/clickhouse-go/compare/v2.17.0...v2.17.1) #### What's Changed ##### Fixes 🐛 - fix panic in contextWatchDog nil pointer check by [@&open-telemetry#8203;nityanandagohain](https://togithub.com/nityanandagohain) in [https://github.com/ClickHouse/clickhouse-go/pull/1168](https://togithub.com/ClickHouse/clickhouse-go/pull/1168) #### New Contributors - [@&open-telemetry#8203;nityanandagohain](https://togithub.com/nityanandagohain) made their first contribution in [https://github.com/ClickHouse/clickhouse-go/pull/1168](https://togithub.com/ClickHouse/clickhouse-go/pull/1168) **Full Changelog**: ClickHouse/clickhouse-go@v2.17.0...v2.17.1 </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 2434839 commit 7a405bd

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ require (
216216
github.com/Azure/go-autorest/logger v0.2.1 // indirect
217217
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
218218
github.com/ClickHouse/ch-go v0.58.2 // indirect
219-
github.com/ClickHouse/clickhouse-go/v2 v2.17.0 // indirect
219+
github.com/ClickHouse/clickhouse-go/v2 v2.17.1 // indirect
220220
github.com/DataDog/agent-payload/v5 v5.0.102 // indirect
221221
github.com/DataDog/datadog-agent/pkg/obfuscate v0.50.2 // indirect
222222
github.com/DataDog/datadog-agent/pkg/proto v0.50.2 // indirect

cmd/configschema/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.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ require (
263263
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
264264
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0 // indirect
265265
github.com/ClickHouse/ch-go v0.58.2 // indirect
266-
github.com/ClickHouse/clickhouse-go/v2 v2.17.0 // indirect
266+
github.com/ClickHouse/clickhouse-go/v2 v2.17.1 // indirect
267267
github.com/DataDog/agent-payload/v5 v5.0.102 // indirect
268268
github.com/DataDog/datadog-agent/pkg/obfuscate v0.50.2 // indirect
269269
github.com/DataDog/datadog-agent/pkg/proto v0.50.2 // 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.20
44

55
require (
6-
github.com/ClickHouse/clickhouse-go/v2 v2.17.0
6+
github.com/ClickHouse/clickhouse-go/v2 v2.17.1
77
github.com/cenkalti/backoff/v4 v4.2.1
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.91.0
99
github.com/stretchr/testify v1.8.4

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.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ require (
234234
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
235235
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0 // indirect
236236
github.com/ClickHouse/ch-go v0.58.2 // indirect
237-
github.com/ClickHouse/clickhouse-go/v2 v2.17.0 // indirect
237+
github.com/ClickHouse/clickhouse-go/v2 v2.17.1 // indirect
238238
github.com/DataDog/agent-payload/v5 v5.0.102 // indirect
239239
github.com/DataDog/datadog-agent/pkg/obfuscate v0.50.2 // indirect
240240
github.com/DataDog/datadog-agent/pkg/proto v0.50.2 // indirect

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)