-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (28 loc) · 983 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
26
27
28
29
30
31
32
module github.com/kenshaw/iv
go 1.23
toolchain go1.23.3
require (
github.com/davidbyttow/govips/v2 v2.16.0
github.com/kenshaw/colors v0.2.1
github.com/kenshaw/rasterm v0.1.12
github.com/stephenafamo/goldmark-pdf v0.4.1
github.com/xo/ox v0.0.0-20250115234929-1f506d1efb13
github.com/xo/resvg v0.6.0
github.com/yookoala/realpath v1.0.0
github.com/yuin/goldmark v1.7.8
golang.org/x/image v0.23.0
)
require (
github.com/alecthomas/chroma/v2 v2.15.0 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/go-swiss/fonts v0.0.0-20230807175105-90067c2f5042 // indirect
github.com/jellydator/ttlcache/v3 v3.3.0 // indirect
github.com/mattn/go-sixel v0.0.5 // indirect
github.com/phpdave11/gofpdf v1.4.2 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)