-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bf02c1
commit 14a4a2e
Showing
2 changed files
with
388 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,33 @@ | ||
module github.com/shenwei356/unikmer | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/dustin/go-humanize v1.0.0 | ||
github.com/klauspost/compress v1.11.4 | ||
github.com/klauspost/compress v1.13.4 | ||
github.com/klauspost/pgzip v1.2.5 | ||
github.com/mattn/go-colorable v0.1.8 | ||
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/shenwei356/bio v0.2.1 | ||
github.com/shenwei356/breader v0.1.0 | ||
github.com/shenwei356/bio v0.3.0 | ||
github.com/shenwei356/breader v0.3.0 | ||
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.3.0 | ||
github.com/shenwei356/xopen v0.0.0-20181203091311-f4f16ddd3992 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/shenwei356/xopen v0.1.0 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/tatsushid/go-prettytable v0.0.0-20141013043238-ed2d14c29939 | ||
github.com/twotwotwo/sorts v0.0.0-20160814051341-bf5c1f2b8553 | ||
github.com/will-rowe/nthash v0.3.0 | ||
github.com/zeebo/wyhash v0.0.1 | ||
) | ||
|
||
require ( | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/shenwei356/bpool v0.0.0-20160710042833-f9e0ee4d0403 // indirect | ||
github.com/shenwei356/natsort v0.0.0-20190418160752-600d539c017d // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect | ||
) |
Oops, something went wrong.