2022-01-23 09:36:24 +02:00
|
|
|
module github.com/uptrace/go-clickhouse/chdebug
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
replace github.com/uptrace/go-clickhouse => ./..
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/fatih/color v1.13.0
|
2022-05-29 15:49:37 +03:00
|
|
|
github.com/uptrace/go-clickhouse v0.2.8
|
2022-01-23 09:36:24 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/codemodus/kace v0.5.1 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2022-06-27 10:05:43 +03:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
2022-07-28 16:57:33 +03:00
|
|
|
go.opentelemetry.io/otel v1.8.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.8.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
|
2022-01-23 09:36:24 +02:00
|
|
|
)
|