-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 728 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 728 Bytes
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
module github.com/mrmarble/termsvg
go 1.23.0
toolchain go1.24.5
require (
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
github.com/alecthomas/kong v1.12.0
github.com/creack/pty v1.1.24
github.com/google/go-cmp v0.7.0
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02
github.com/rs/zerolog v1.34.0
github.com/sebdah/goldie/v2 v2.7.1
github.com/tdewolff/minify/v2 v2.23.8
golang.org/x/term v0.33.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/tdewolff/parse/v2 v2.8.1 // indirect
golang.org/x/sys v0.34.0 // indirect
)