forked from rs/jplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 951 Bytes
/
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
module github.com/rs/jplot
go 1.19
require (
github.com/dustin/go-humanize v1.0.0
github.com/elgs/gojq v0.0.0-20201120033525-b5293fef2759
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-sixel v0.0.1
github.com/monochromegane/terminal v0.0.0-20161222050454-9bc47e2707d9
github.com/wcharczuk/go-chart/v2 v2.1.0
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elgs/gosplitargs v0.0.0-20161028071935-a491c5eeb3c8 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)