-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathgo.mod
24 lines (21 loc) · 728 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
module github.com/JohannesKaufmann/html-to-markdown/v2
go 1.22.1
require (
github.com/JohannesKaufmann/dom v0.2.0
github.com/agnivade/levenshtein v1.2.0
github.com/andybalholm/cascadia v1.3.3
github.com/muesli/termenv v0.15.2
github.com/sebdah/goldie/v2 v2.5.5
github.com/yuin/goldmark v1.7.8
golang.org/x/net v0.33.0
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
golang.org/x/sys v0.28.0 // indirect
)