mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-04 11:24:40 +08:00
17 lines
542 B
Modula-2
17 lines
542 B
Modula-2
module html-to-markdown.go
|
|
|
|
go 1.19
|
|
|
|
require github.com/tomkosm/html-to-markdown v0.0.0-20250128162844-2f19490e042d
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.9.2 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
golang.org/x/net v0.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
replace github.com/JohannesKaufmann/html-to-markdown => github.com/tomkosm/html-to-markdown v0.0.0-20250128162844-2f19490e042d
|