2022-01-23 09:36:24 +02:00
|
|
|
module github.com/uptrace/go-clickhouse/example/migrations
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
replace github.com/uptrace/go-clickhouse => ../..
|
|
|
|
|
|
|
|
replace github.com/uptrace/go-clickhouse/chdebug => ../../chdebug
|
|
|
|
|
|
|
|
require (
|
2022-05-02 09:40:40 +03:00
|
|
|
github.com/uptrace/go-clickhouse v0.2.7
|
|
|
|
github.com/uptrace/go-clickhouse/chdebug v0.2.7
|
2022-05-18 16:31:11 +03:00
|
|
|
github.com/urfave/cli/v2 v2.6.0
|
2022-01-23 09:36:24 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/codemodus/kace v0.5.1 // indirect
|
2022-04-30 16:57:57 +03:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2022-01-23 09:36:24 +02:00
|
|
|
github.com/fatih/color v1.13.0 // 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
|
|
|
|
github.com/pierrec/lz4/v4 v4.1.14 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-05-18 16:31:11 +03:00
|
|
|
go.opentelemetry.io/otel v1.7.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.7.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20220516143420-24438e51023a // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
|
2022-01-23 09:36:24 +02:00
|
|
|
)
|