-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 786 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
module github.com/vmikk/phredsort
go 1.23.0
require (
github.com/fatih/color v1.18.0
github.com/klauspost/compress v1.17.11
github.com/maruel/natural v1.1.1
github.com/shenwei356/bio v0.13.6
github.com/shenwei356/xopen v0.3.2
github.com/spf13/cobra v1.8.1
)
require (
github.com/dsnet/compress v0.0.1 // indirect
github.com/elliotwutingfeng/asciiset v0.0.0-20240214025120-24af97c84155 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/shenwei356/util v0.5.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
golang.org/x/sys v0.28.0 // indirect
)