-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
135 lines (131 loc) · 6.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
module github.com/carbocation/genomisc
go 1.18
require (
cloud.google.com/go v0.102.0
cloud.google.com/go/bigquery v1.32.0
cloud.google.com/go/storage v1.22.1
github.com/BenLubar/memoize v0.0.0-20151117215343-6fdb23a94b24
github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
github.com/aybabtme/uniplot v0.0.0-20151203143629-039c559e5e7e
github.com/brentp/irelate v0.0.1
github.com/carbocation/GLO v0.0.0-20220406163132-bf6b00b1c2c5
github.com/carbocation/bgen v0.0.0-20220601063906-45338605b88d
github.com/carbocation/bix v0.0.0-20220601070946-6c14ab6e1740
github.com/carbocation/go-quantize v0.0.0-20220308192728-857cc7c8fdfc
github.com/carbocation/pfx v0.0.0-20210408121254-ad6c6d3ac2f0
github.com/carbocation/runningvariance v0.0.0-20150817162428-fdcce8a03b6b
github.com/carbocation/vcfgo v0.0.0-20200314161059-d5dc8a644c8a
github.com/csimplestring/go-csv v0.0.0-20180328183906-5b8b3cd94f2c
github.com/disintegration/imaging v1.6.2
github.com/extrame/xls v0.0.1
github.com/fogleman/gg v1.3.0
github.com/glycerine/golang-fisher-exact v0.0.0-20160911222405-aea2106439d4
github.com/gocarina/gocsv v0.0.0-20201208093247-67c824bc04d4
github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b
github.com/gorilla/mux v1.8.0
github.com/grd/histogram v0.0.0-20130107163446-074cc51e7eea
github.com/henghuang/nifti v0.0.0-20190719235241-c5d3abcd4525
github.com/icza/gox v0.0.0-20201215141822-6edfac6c05b5
github.com/interpose/middleware v0.0.0-20150216143757-05ed56ed52fa
github.com/jblindsay/lidario v0.0.0-20170420150243-bb03e55f9757
github.com/jfcg/butter v0.1.6
github.com/jmoiron/sqlx v1.3.4
github.com/justinas/alice v1.2.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/krolaw/zipstream v0.0.0-20180621105154-0a2661891f94
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
github.com/montanaflynn/stats v0.6.6
github.com/suyashkumar/dicom v0.4.6-0.20200816032854-6ffe547e2a08
github.com/tdewolff/canvas v0.0.0-20220526192843-8b6243c34174
github.com/theodesp/unionfind v0.0.0-20200112172429-2bf90fd5b8c5
github.com/tj/go-rle v0.0.0-20180508204109-877ab66bb189
github.com/tokenme/probab v0.0.0-20181005071258-8703a4c31653
github.com/unixpickle/ffmpego v0.1.4
github.com/wcharczuk/go-chart/v2 v2.1.0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.0.0-20220531201128-c960675eff93
gonum.org/v1/gonum v0.9.3
google.golang.org/api v0.81.0
gopkg.in/guregu/null.v3 v3.5.0
)
require (
cloud.google.com/go/compute v1.6.1 // indirect
cloud.google.com/go/iam v0.3.0 // indirect
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/adrg/strutil v0.2.3 // indirect
github.com/adrg/sysfont v0.1.2 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/benoitkugler/textlayout v0.0.9 // indirect
github.com/biogo/hts v1.4.0 // indirect
github.com/brentp/vcfgo v0.0.0-20190824021612-654ed2e5945d // indirect
github.com/carbocation/handlers v0.0.0-20140528190747-c939c6d9ef31 // indirect
github.com/carbocation/interpose v0.0.0-20161206215253-723534742ba3 // indirect
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/extrame/ole2 v0.0.0-20160812065207-d69429661ad7 // indirect
github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
github.com/glycerine/gostat v0.0.0-20160815084721-ccc4a6d847f9 // indirect
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab // indirect
github.com/go-pdf/fpdf v0.6.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac // indirect
github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82 // indirect
github.com/gonum/integrate v0.0.0-20181209220457-a422b5c0fdf2 // indirect
github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect
github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9 // indirect
github.com/goods/httpbuf v0.0.0-20120503183857-5709e9bb814c // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
github.com/googleapis/go-type-adapters v1.0.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20220410123724-9e86199038b0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/justinas/nosurf v1.1.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.12 // indirect
github.com/meatballhat/negroni-logrus v0.0.0-20201129033903-bc51654b0848 // indirect
github.com/phyber/negroni-gzip v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/skelterjohn/go.matrix v0.0.0-20130517144113-daa59528eefd // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/tdewolff/minify/v2 v2.10.0 // indirect
github.com/tdewolff/parse/v2 v2.5.27 // indirect
github.com/tokenme/go-fn v0.0.0-20130403065544-37331e464987 // indirect
github.com/urfave/negroni v1.0.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220412012744-41445a152478 // indirect
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220531173845-685668d2de03 // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.35.26 // indirect
modernc.org/ccgo/v3 v3.16.0 // indirect
modernc.org/libc v1.15.0 // indirect
modernc.org/mathutil v1.4.1 // indirect
modernc.org/memory v1.0.7 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/sqlite v1.16.0 // indirect
modernc.org/strutil v1.1.1 // indirect
modernc.org/token v1.0.0 // indirect
)
replace (
github.com/jblindsay/lidario => github.com/edaniels/lidario v0.0.0-20210216165043-81520ca6a2de
github.com/tdewolff/canvas => github.com/carbocation/canvas v0.0.0-20220221052748-bd22af6e4603
)