-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.13 KB
/
go.mod
File metadata and controls
33 lines (30 loc) · 1.13 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
module github.com/vmikk/seqhasher
go 1.25.1
require (
github.com/cespare/xxhash/v2 v2.3.0
github.com/cloudflare/circl v1.6.1
github.com/fatih/color v1.18.0
github.com/go-faster/city v1.0.1
github.com/shenwei356/bio v0.13.8
github.com/spaolacci/murmur3 v1.1.0
github.com/vkudryk/rapidhash-go v0.0.0-20250522125531-a03e5539e1bf
github.com/will-rowe/nthash v0.4.0
github.com/zeebo/blake3 v0.2.4
github.com/zeebo/xxh3 v1.0.2
golang.org/x/crypto v0.42.0
)
require (
github.com/dsnet/compress v0.0.1 // indirect
github.com/elliotwutingfeng/asciiset v0.0.0-20250912055424-93680c478db2 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/shenwei356/util v0.5.4 // indirect
github.com/shenwei356/xopen v0.3.2 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
golang.org/x/sys v0.36.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)