2022-01-23 09:36:24 +02:00
|
|
|
module github.com/uptrace/go-clickhouse/example/basic
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
replace github.com/uptrace/go-clickhouse => ../..
|
|
|
|
|
|
|
|
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug
|
|
|
|
|
|
|
|
require (
|
2022-08-30 12:41:05 +03:00
|
|
|
github.com/uptrace/go-clickhouse v0.2.9
|
|
|
|
github.com/uptrace/go-clickhouse/chdebug v0.2.9
|
2022-01-23 09:36:24 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/codemodus/kace v0.5.1 // indirect
|
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
2022-08-30 09:22:39 +03:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2022-06-27 10:05:43 +03:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
2022-08-30 09:22:39 +03:00
|
|
|
go.opentelemetry.io/otel v1.9.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.9.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
2022-01-23 09:36:24 +02:00
|
|
|
)
|