@@ -23,6 +23,7 @@ require (
23
23
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2
24
24
github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue v1.0.0
25
25
github.com/Azure/go-amqp v1.0.5
26
+ github.com/ClickHouse/clickhouse-go/v2 v2.35.0
26
27
github.com/DATA-DOG/go-sqlmock v1.5.0
27
28
github.com/IBM/sarama v1.45.2
28
29
github.com/aerospike/aerospike-client-go/v6 v6.12.0
@@ -131,9 +132,9 @@ require (
131
132
go.uber.org/goleak v1.3.0
132
133
go.uber.org/multierr v1.11.0
133
134
go.uber.org/ratelimit v0.3.0
134
- golang.org/x/crypto v0.40 .0
135
+ golang.org/x/crypto v0.39 .0
135
136
golang.org/x/mod v0.25.0
136
- golang.org/x/net v0.42 .0
137
+ golang.org/x/net v0.41 .0
137
138
golang.org/x/oauth2 v0.30.0
138
139
google.golang.org/api v0.231.0
139
140
google.golang.org/grpc v1.73.0
@@ -170,14 +171,12 @@ require (
170
171
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
171
172
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0 // indirect
172
173
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
173
- github.com/ClickHouse/ch-go v0.67.0 // indirect
174
- github.com/ClickHouse/clickhouse-go/v2 v2.40.1 // indirect
174
+ github.com/ClickHouse/ch-go v0.66.0 // indirect
175
175
github.com/Code-Hex/go-generics-cache v1.3.1 // indirect
176
176
github.com/DataDog/zstd v1.5.2 // indirect
177
177
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
178
178
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0 // indirect
179
179
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0 // indirect
180
- github.com/Microsoft/hcsshim v0.11.7 // indirect
181
180
github.com/RoaringBitmap/roaring v1.1.0 // indirect
182
181
github.com/Workiva/go-datastructures v1.0.53 // indirect
183
182
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 // indirect
@@ -346,8 +345,6 @@ require (
346
345
github.com/mitchellh/copystructure v1.2.0 // indirect
347
346
github.com/mitchellh/go-homedir v1.1.0 // indirect
348
347
github.com/mitchellh/reflectwalk v1.0.2 // indirect
349
- github.com/moby/sys/user v0.4.0 // indirect
350
- github.com/moby/sys/userns v0.1.0 // indirect
351
348
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
352
349
github.com/modern-go/reflect2 v1.0.2 // indirect
353
350
github.com/montanaflynn/stats v0.7.0 // indirect
@@ -424,22 +421,22 @@ require (
424
421
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect
425
422
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
426
423
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
427
- go.opentelemetry.io/otel v1.37 .0 // indirect
428
- go.opentelemetry.io/otel/metric v1.37 .0 // indirect
429
- go.opentelemetry.io/otel/sdk v1.37 .0 // indirect
424
+ go.opentelemetry.io/otel v1.35 .0 // indirect
425
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
426
+ go.opentelemetry.io/otel/sdk v1.35 .0 // indirect
430
427
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
431
- go.opentelemetry.io/otel/trace v1.37 .0 // indirect
428
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
432
429
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
433
430
go.uber.org/atomic v1.10.0 // indirect
434
431
go.uber.org/zap v1.27.0 // indirect
435
432
golang.org/x/arch v0.10.0 // indirect
436
433
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
437
- golang.org/x/sync v0.16 .0 // indirect
438
- golang.org/x/sys v0.34 .0 // indirect
439
- golang.org/x/term v0.33 .0 // indirect
440
- golang.org/x/text v0.27 .0 // indirect
434
+ golang.org/x/sync v0.15 .0 // indirect
435
+ golang.org/x/sys v0.33 .0 // indirect
436
+ golang.org/x/term v0.32 .0 // indirect
437
+ golang.org/x/text v0.26 .0 // indirect
441
438
golang.org/x/time v0.11.0 // indirect
442
- golang.org/x/tools v0.34 .0 // indirect
439
+ golang.org/x/tools v0.33 .0 // indirect
443
440
google.golang.org/genproto v0.0.0-20250512202823-5a2f75b736a9 // indirect
444
441
google.golang.org/genproto/googleapis/api v0.0.0-20250512202823-5a2f75b736a9 // indirect
445
442
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
0 commit comments