forked from brentp/smoove
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 1.01 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
module github.com/brentp/smoove
go 1.16
require (
github.com/alexflint/go-arg v1.4.2
github.com/biogo/biogo v1.0.3 // indirect
github.com/biogo/hts v1.4.3
github.com/biogo/store v0.0.0-20201120204734-aad293a2328f
github.com/brentp/faidx v0.0.0-20200301150453-c39eb85760d8
github.com/brentp/gargs v0.3.9 // indirect
github.com/brentp/go-athenaeum v0.0.0-20180711164918-19f838fd53de
github.com/brentp/go-chartjs v0.0.0-20170901194241-a37b166b7875 // indirect
github.com/brentp/goleft v0.2.5
github.com/brentp/irelate v0.0.1 // indirect
github.com/brentp/vcfgo v0.0.0-20190824021612-654ed2e5945d
github.com/brentp/xopen v0.0.0-20181116180855-111b45cadc7d
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/kyroy/kdtree v0.0.0-20200419114247-70830f883f1d
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/pkg/errors v0.9.1
github.com/valyala/fasttemplate v1.2.1
gonum.org/v1/gonum v0.9.3 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)