mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-06-08 23:26:11 +02:00
23 lines
647 B
Modula-2
23 lines
647 B
Modula-2
module github.com/uptrace/go-clickhouse/chdebug
|
|
|
|
go 1.18
|
|
|
|
replace github.com/uptrace/go-clickhouse => ./..
|
|
|
|
require (
|
|
github.com/fatih/color v1.14.1
|
|
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/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
|
go.opentelemetry.io/otel v1.13.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.13.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
)
|