-
Notifications
You must be signed in to change notification settings - Fork 38
/
go.mod
25 lines (22 loc) · 815 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.17.0
)
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.10.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)