deps: add html-to-markdown dep

This commit is contained in:
q
2025-09-05 18:30:40 +02:00
parent f87e29f55f
commit cd26a1b217

2
go.mod
View File

@@ -5,7 +5,6 @@ go 1.23.0
toolchain go1.25.1
require (
github.com/JohannesKaufmann/html-to-markdown/v2 v2.4.0
github.com/JohannesKaufmann/html-to-markdown/v2 v2.4.0
github.com/bmaupin/go-epub v1.1.0
github.com/elazarl/goproxy v1.7.2
@@ -23,6 +22,7 @@ require (
)
require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/antchfx/htmlquery v1.3.4 // indirect
github.com/antchfx/xmlquery v1.4.4 // indirect