Skip to content

Commit d87746c

Browse files
fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.21.1
1 parent f819608 commit d87746c

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

exporter/clickhouseexporter/go.mod

Lines changed: 8 additions & 8 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.21
44

55
require (
6-
github.com/ClickHouse/clickhouse-go/v2 v2.17.1
6+
github.com/ClickHouse/clickhouse-go/v2 v2.21.1
77
github.com/cenkalti/backoff/v4 v4.2.1
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.96.0
99
github.com/stretchr/testify v1.9.0
@@ -21,30 +21,30 @@ require (
2121
)
2222

2323
require (
24-
github.com/ClickHouse/ch-go v0.58.2 // indirect
25-
github.com/andybalholm/brotli v1.0.6 // indirect
24+
github.com/ClickHouse/ch-go v0.61.5 // indirect
25+
github.com/andybalholm/brotli v1.1.0 // indirect
2626
github.com/beorn7/perks v1.0.1 // indirect
2727
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2828
github.com/davecgh/go-spew v1.1.1 // indirect
2929
github.com/go-faster/city v1.0.1 // indirect
30-
github.com/go-faster/errors v0.6.1 // indirect
30+
github.com/go-faster/errors v0.7.1 // indirect
3131
github.com/go-logr/logr v1.4.1 // indirect
3232
github.com/go-logr/stdr v1.2.2 // indirect
3333
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
3434
github.com/gogo/protobuf v1.3.2 // indirect
3535
github.com/golang/protobuf v1.5.3 // indirect
3636
github.com/google/uuid v1.6.0 // indirect
3737
github.com/json-iterator/go v1.1.12 // indirect
38-
github.com/klauspost/compress v1.17.2 // indirect
38+
github.com/klauspost/compress v1.17.7 // indirect
3939
github.com/knadh/koanf/maps v0.1.1 // indirect
4040
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
4141
github.com/knadh/koanf/v2 v2.1.0 // indirect
4242
github.com/mitchellh/copystructure v1.2.0 // indirect
4343
github.com/mitchellh/reflectwalk v1.0.2 // indirect
4444
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4545
github.com/modern-go/reflect2 v1.0.2 // indirect
46-
github.com/paulmach/orb v0.10.0 // indirect
47-
github.com/pierrec/lz4/v4 v4.1.18 // indirect
46+
github.com/paulmach/orb v0.11.1 // indirect
47+
github.com/pierrec/lz4/v4 v4.1.21 // indirect
4848
github.com/pkg/errors v0.9.1 // indirect
4949
github.com/pmezard/go-difflib v1.0.0 // indirect
5050
github.com/prometheus/client_golang v1.19.0 // indirect
@@ -63,7 +63,7 @@ require (
6363
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
6464
go.opentelemetry.io/otel/sdk/metric v1.24.0 // indirect
6565
go.uber.org/multierr v1.11.0 // indirect
66-
golang.org/x/net v0.21.0 // indirect
66+
golang.org/x/net v0.22.0 // indirect
6767
golang.org/x/sys v0.18.0 // indirect
6868
golang.org/x/text v0.14.0 // indirect
6969
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect

exporter/clickhouseexporter/go.sum

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

0 commit comments

Comments
 (0)