forked from ClickHouse/ch-bench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
44 lines (41 loc) · 1.75 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module ch-bench
go 1.18
require (
github.com/ClickHouse/clickhouse-go/v2 v2.0.0-alpha.1
github.com/dustin/go-humanize v1.0.0
github.com/go-faster/ch v0.24.0
github.com/go-faster/errors v0.5.0
github.com/mailru/go-clickhouse v1.7.0
github.com/uptrace/go-clickhouse v0.2.5
github.com/vahid-sohrabloo/chconn v1.1.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)
require (
github.com/codemodus/kace v0.5.1 // indirect
github.com/dmarkham/enumer v1.5.4 // indirect
github.com/go-faster/city v1.0.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/go-version v1.4.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/pascaldekloe/name v1.0.1 // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
go.opentelemetry.io/otel v1.6.1 // indirect
go.opentelemetry.io/otel/metric v0.28.0 // indirect
go.opentelemetry.io/otel/trace v1.6.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
go4.org/intern v0.0.0-20220301175310-a089fc204883 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect
golang.org/x/exp v0.0.0-20220328175248-053ad81199eb // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6 // indirect
)