-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathgo.mod
43 lines (40 loc) · 1.71 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
module github.com/shenwei356/taxonkit
go 1.23
require (
github.com/cespare/xxhash/v2 v2.1.2
github.com/mattn/go-colorable v0.1.10
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/shenwei356/bio v0.13.6
github.com/shenwei356/breader v0.3.2
github.com/shenwei356/go-logging v0.0.0-20171012171522-c6b9702d88ba
github.com/shenwei356/util v0.5.2
github.com/shenwei356/xopen v0.3.2
github.com/spf13/cobra v1.8.0
github.com/suggest-go/suggest v0.0.0-20210111224047-3b44145ad0b0
github.com/twotwotwo/sorts v0.0.0-20160814051341-bf5c1f2b8553
)
require (
github.com/RoaringBitmap/roaring v0.5.5 // indirect
github.com/alldroll/cdb v1.0.2 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/shenwei356/natsort v0.0.0-20190418160752-600d539c017d // indirect
github.com/snowballstem/snowball v2.0.0+incompatible // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tinylib/msgp v1.1.0 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/willf/bitset v1.1.10 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.6.0 // indirect
)