forked from uptrace/go-clickhouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (25 loc) · 942 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.17
github.com/stretchr/testify v1.8.3
github.com/uptrace/go-clickhouse/chdebug v0.3.1
go.opentelemetry.io/otel/trace v1.16.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/otel v1.16.0 // indirect
golang.org/x/sys v0.8.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)