mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-06-06 23:16:18 +02:00
19 lines
552 B
Modula-2
19 lines
552 B
Modula-2
module github.com/uptrace/go-clickhouse/ch/internal/bench
|
|
|
|
go 1.18
|
|
|
|
replace github.com/uptrace/go-clickhouse => ../..
|
|
|
|
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug
|
|
|
|
require github.com/uptrace/go-clickhouse v0.3.1
|
|
|
|
require (
|
|
github.com/codemodus/kace v0.5.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
|
go.opentelemetry.io/otel v1.16.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.16.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
|
|
)
|