-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 834 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (23 loc) · 834 Bytes
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
module github.com/vmikk/phredsort
go 1.26.3
require (
github.com/fatih/color v1.19.0
github.com/klauspost/compress v1.18.6
github.com/maruel/natural v1.3.0
github.com/shenwei356/bio v0.14.0
github.com/shenwei356/xopen v0.4.0
github.com/spf13/cobra v1.10.2
)
require (
github.com/dsnet/compress v0.0.1 // indirect
github.com/elliotwutingfeng/asciiset v0.0.0-20260129054604-cfde2086bc57 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/pierrec/lz4/v4 v4.1.27 // indirect
github.com/shenwei356/util v0.5.6 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
golang.org/x/sys v0.46.0 // indirect
)