File: go.mod

package info (click to toggle)
seqkit 0.15.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 67,984 kB
  • sloc: sh: 928; perl: 114; makefile: 14
file content (36 lines) | stat: -rw-r--r-- 1,635 bytes parent folder | download
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
module github.com/shenwei356/seqkit

go 1.16

require (
	github.com/biogo/biogo v1.0.3
	github.com/biogo/hts v1.2.2
	github.com/bsipos/thist v1.0.0
	github.com/cespare/xxhash v1.1.0
	github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
	github.com/cznic/sortutil v0.0.0-20181122101858-f5f958428db8
	github.com/dustin/go-humanize v1.0.0
	github.com/edsrzf/mmap-go v1.0.0 // indirect
	github.com/fsnotify/fsnotify v1.4.9
	github.com/iafan/cwalk v0.0.0-20191125092548-dd7f505d2f66
	github.com/klauspost/compress v1.11.4 // indirect
	github.com/klauspost/pgzip v1.2.5 // indirect
	github.com/logrusorgru/aurora v2.0.3+incompatible
	github.com/mattn/go-colorable v0.1.8
	github.com/mattn/go-isatty v0.0.12
	github.com/mattn/go-runewidth v0.0.9 // indirect
	github.com/mitchellh/go-homedir v1.1.0
	github.com/pkg/errors v0.9.1
	github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
	github.com/shenwei356/bio v0.0.0-20201213090627-18e3e643a476
	github.com/shenwei356/bpool v0.0.0-20160710042833-f9e0ee4d0403 // indirect
	github.com/shenwei356/breader v0.0.0-20170924140440-21f0a70fe179
	github.com/shenwei356/bwt v0.0.0-20200418151221-ae79c9858c90
	github.com/shenwei356/go-logging v0.0.0-20171012171522-c6b9702d88ba
	github.com/shenwei356/natsort v0.0.0-20190418160752-600d539c017d // indirect
	github.com/shenwei356/util v0.0.0-20201214054755-2942125340cd
	github.com/shenwei356/xopen v0.0.0-20181203091311-f4f16ddd3992
	github.com/smallfish/simpleyaml v0.0.0-20170911015856-a32031077861
	github.com/spf13/cobra v1.1.1
	github.com/tatsushid/go-prettytable v0.0.0-20141013043238-ed2d14c29939
)