-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
27 lines (24 loc) · 963 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
module github.com/shenwei356/bio
go 1.17
require (
github.com/cznic/sortutil v0.0.0-20181122101858-f5f958428db8
github.com/edsrzf/mmap-go v1.0.0
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab
github.com/shenwei356/breader v0.3.2
github.com/shenwei356/kmers v0.1.0
github.com/shenwei356/util v0.5.0
github.com/shenwei356/xopen v0.3.2
github.com/twotwotwo/sorts v0.0.0-20160814051341-bf5c1f2b8553
github.com/will-rowe/nthash v0.4.0
github.com/zeebo/wyhash v0.0.1
)
require (
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
)