@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/clickh
3
3
go 1.21
4
4
5
5
require (
6
- github.com/ClickHouse/clickhouse-go/v2 v2.17 .1
6
+ github.com/ClickHouse/clickhouse-go/v2 v2.21 .1
7
7
github.com/cenkalti/backoff/v4 v4.2.1
8
8
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.96.0
9
9
github.com/stretchr/testify v1.9.0
@@ -21,30 +21,30 @@ require (
21
21
)
22
22
23
23
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
26
26
github.com/beorn7/perks v1.0.1 // indirect
27
27
github.com/cespare/xxhash/v2 v2.2.0 // indirect
28
28
github.com/davecgh/go-spew v1.1.1 // indirect
29
29
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
31
31
github.com/go-logr/logr v1.4.1 // indirect
32
32
github.com/go-logr/stdr v1.2.2 // indirect
33
33
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
34
34
github.com/gogo/protobuf v1.3.2 // indirect
35
35
github.com/golang/protobuf v1.5.3 // indirect
36
36
github.com/google/uuid v1.6.0 // indirect
37
37
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
39
39
github.com/knadh/koanf/maps v0.1.1 // indirect
40
40
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
41
41
github.com/knadh/koanf/v2 v2.1.0 // indirect
42
42
github.com/mitchellh/copystructure v1.2.0 // indirect
43
43
github.com/mitchellh/reflectwalk v1.0.2 // indirect
44
44
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
45
45
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
48
48
github.com/pkg/errors v0.9.1 // indirect
49
49
github.com/pmezard/go-difflib v1.0.0 // indirect
50
50
github.com/prometheus/client_golang v1.19.0 // indirect
@@ -63,7 +63,7 @@ require (
63
63
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
64
64
go.opentelemetry.io/otel/sdk/metric v1.24.0 // indirect
65
65
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
67
67
golang.org/x/sys v0.18.0 // indirect
68
68
golang.org/x/text v0.14.0 // indirect
69
69
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
0 commit comments