-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
28 lines (24 loc) · 802 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
module github.com/skerkour/go-benchmarks
go 1.22
toolchain go1.22.0
require (
github.com/DataDog/zstd v1.5.5
github.com/akamensky/base58 v0.0.0-20210829145138-ce8bf8802e8f
github.com/bloom42/stdx v0.0.0-20240218143014-e4c67700e2a4
github.com/cespare/xxhash/v2 v2.2.0
github.com/golang/snappy v0.0.4
github.com/google/uuid v1.6.0
github.com/jotfs/fastcdc-go v0.2.0
github.com/klauspost/compress v1.17.6
github.com/mattn/go-sqlite3 v1.14.22
github.com/mr-tron/base58 v1.2.0
github.com/pierrec/lz4/v4 v4.1.17
github.com/restic/chunker v0.4.0
github.com/tigerwill90/fastcdc v1.2.2
github.com/zeebo/blake3 v0.2.3
github.com/zeebo/xxh3 v1.0.2
golang.org/x/crypto v0.19.0
golang.org/x/sys v0.17.0
lukechampine.com/blake3 v1.2.1
)
require github.com/klauspost/cpuid/v2 v2.2.6 // indirect