17 lines
542 B
Modula-2
Raw Permalink Normal View History

2024-09-02 14:15:56 -03:00
module html-to-markdown.go
2024-09-03 10:56:07 -03:00
go 1.19
2024-09-02 14:15:56 -03:00
require github.com/tomkosm/html-to-markdown v0.0.0-20250128162844-2f19490e042d
2024-09-02 14:15:56 -03:00
require (
github.com/PuerkitoBio/goquery v1.9.2 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
2024-09-03 10:56:07 -03:00
github.com/kr/pretty v0.3.0 // indirect
2024-09-02 14:15:56 -03:00
golang.org/x/net v0.25.0 // indirect
2024-09-03 10:56:07 -03:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
2024-09-02 14:15:56 -03:00
)
2024-10-31 14:40:33 +02:00
replace github.com/JohannesKaufmann/html-to-markdown => github.com/tomkosm/html-to-markdown v0.0.0-20250128162844-2f19490e042d