mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-24 20:00:45 +00:00
deps: add html-to-markdown dep
This commit is contained in:
2
go.mod
2
go.mod
@@ -5,7 +5,6 @@ go 1.23.0
|
|||||||
toolchain go1.25.1
|
toolchain go1.25.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/JohannesKaufmann/html-to-markdown/v2 v2.4.0
|
|
||||||
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/bmaupin/go-epub v1.1.0
|
||||||
github.com/elazarl/goproxy v1.7.2
|
github.com/elazarl/goproxy v1.7.2
|
||||||
@@ -23,6 +22,7 @@ require (
|
|||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
github.com/JohannesKaufmann/html-to-markdown v1.6.0 // indirect
|
||||||
github.com/andybalholm/cascadia v1.3.3 // indirect
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
||||||
github.com/antchfx/htmlquery v1.3.4 // indirect
|
github.com/antchfx/htmlquery v1.3.4 // indirect
|
||||||
github.com/antchfx/xmlquery v1.4.4 // indirect
|
github.com/antchfx/xmlquery v1.4.4 // indirect
|
||||||
|
|||||||
Reference in New Issue
Block a user