-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
39 lines (37 loc) · 1.82 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
module github.com/bsipos/thist
go 1.12
require (
github.com/ajstarks/deck v0.0.0-20190923150139-1e575512713c // indirect
github.com/ajstarks/openvg v0.0.0-20190803144842-bb08bf5efa0c // indirect
github.com/ajstarks/svgo v0.0.0-20190826172357-de52242f3d65 // indirect
github.com/disintegration/gift v1.2.1 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/jung-kurt/gofpdf v1.12.1 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/phpdave11/gofpdi v1.0.8 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
github.com/rogpeppe/go-internal v1.3.2 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392
golang.org/x/exp v0.0.0-20190919035709-81c71964d733 // indirect
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
golang.org/x/mobile v0.0.0-20190923204409-d3ece3b6da5f // indirect
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20190924062700-2aa67d56cdd7 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190924052046-3ac2a5bbd98a // indirect
gonum.org/v1/gonum v0.0.0-20190923210107-40fa6a493b3d // indirect
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
gonum.org/v1/plot v0.0.0-20190615073203-9aa86143727f
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
modernc.org/fileutil v1.0.0 // indirect
modernc.org/internal v1.0.0 // indirect
modernc.org/ir v1.0.0 // indirect
modernc.org/lex v1.0.0 // indirect
modernc.org/lexer v1.0.0 // indirect
modernc.org/strutil v1.1.0 // indirect
)