-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 787 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 787 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
module github.com/vmikk/phredsort
go 1.25.0
require (
github.com/fatih/color v1.18.0
github.com/klauspost/compress v1.18.2
github.com/maruel/natural v1.2.1
github.com/shenwei356/bio v0.13.9
github.com/shenwei356/xopen v0.3.2
github.com/spf13/cobra v1.10.2
)
require (
github.com/dsnet/compress v0.0.1 // indirect
github.com/elliotwutingfeng/asciiset v0.0.0-20250912055424-93680c478db2 // indirect
github.com/inconshreveable/mousetrap v1.1.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/shenwei356/util v0.5.5 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
golang.org/x/sys v0.38.0 // indirect
)