-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
49 lines (45 loc) · 1.84 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/shenwei356/kmcp
go 1.17
require (
github.com/dustin/go-humanize v1.0.1
github.com/edsrzf/mmap-go v1.1.0
github.com/grailbio/base v0.0.10 // indirect
github.com/iafan/cwalk v0.0.0-20210125030640-586a8832a711
github.com/klauspost/pgzip v1.2.6
github.com/mattn/go-colorable v0.1.12
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/shenwei356/bio v0.9.0
github.com/shenwei356/breader v0.3.2
github.com/shenwei356/go-logging v0.0.0-20171012171522-c6b9702d88ba
github.com/shenwei356/pand v0.0.7
github.com/shenwei356/pospop v1.2.3
github.com/shenwei356/unik/v5 v5.0.1
github.com/shenwei356/util v0.5.1
github.com/shenwei356/xopen v0.3.1
github.com/spf13/cobra v1.7.0
github.com/tatsushid/go-prettytable v0.0.0-20141013043238-ed2d14c29939
github.com/twotwotwo/sorts v0.0.0-20160814051341-bf5c1f2b8553
github.com/vbauerster/mpb/v5 v5.4.0
github.com/zeebo/wyhash v0.0.1
github.com/zeebo/xxh3 v0.13.0
gopkg.in/yaml.v2 v2.4.0
)
require github.com/bmkessler/fastdiv v0.0.0-20190227075523-41d5178f2044
require (
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/shenwei356/kmers v0.1.0 // indirect
github.com/shenwei356/natsort v0.0.0-20190418160752-600d539c017d // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/will-rowe/nthash v0.4.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)