2022-01-23 09:36:24 +02:00
|
|
|
module github.com/uptrace/go-clickhouse
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
replace github.com/uptrace/go-clickhouse/chdebug => ./chdebug
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
|
|
|
|
github.com/codemodus/kace v0.5.1
|
|
|
|
github.com/jinzhu/inflection v1.0.0
|
|
|
|
github.com/pierrec/lz4/v4 v4.1.14
|
2022-06-20 20:23:36 +00:00
|
|
|
github.com/stretchr/testify v1.7.3
|
2022-05-29 15:49:37 +03:00
|
|
|
github.com/uptrace/go-clickhouse/chdebug v0.2.8
|
2022-05-18 16:23:57 +03:00
|
|
|
go.opentelemetry.io/otel/trace v1.7.0
|
2022-05-29 15:49:17 +03:00
|
|
|
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
|
2022-01-23 09:36:24 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-05-18 16:23:57 +03:00
|
|
|
go.opentelemetry.io/otel v1.7.0 // indirect
|
2022-05-29 15:49:37 +03:00
|
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
2022-01-23 09:36:24 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2022-06-06 20:14:11 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-01-23 09:36:24 +02:00
|
|
|
)
|