-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (42 loc) · 1.78 KB
/
go.mod
File metadata and controls
45 lines (42 loc) · 1.78 KB
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
45
module github.com/turbopuffer/tpuf-benchmark
go 1.25.7
require (
github.com/BurntSushi/toml v1.6.0
github.com/RaduBerinde/tdigest v0.0.0-20251022152254-90e030c3a314
github.com/cockroachdb/crlib v0.0.0-20251122031428-fe658a2dbda1
github.com/dustin/go-humanize v1.0.1
github.com/google/uuid v1.6.0
github.com/pingcap/errors v0.11.5-0.20240311024730-e056997136bb
github.com/prometheus/client_golang v1.23.2
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
github.com/turbopuffer/turbopuffer-go v1.12.2
github.com/xitongsys/parquet-go v1.6.2
github.com/xitongsys/parquet-go-source v0.0.0-20241021075129-b732d2ac9c9b
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
golang.org/x/sync v0.18.0
gonum.org/v1/gonum v0.15.1
)
require (
github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516 // indirect
github.com/apache/thrift v0.14.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pierrec/lz4/v4 v4.1.8 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.36.8 // indirect
)