참고소스 수정본
This commit is contained in:
18
참고/firecrawl-main/apps/api/sharedLibs/go-html-to-md/go.mod
Normal file
18
참고/firecrawl-main/apps/api/sharedLibs/go-html-to-md/go.mod
Normal file
@@ -0,0 +1,18 @@
|
||||
module html-to-markdown.go
|
||||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.0
|
||||
|
||||
require github.com/firecrawl/html-to-markdown v0.0.0-20260312013131-1af9901a5d61
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.10.3 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.3 // indirect
|
||||
github.com/kr/pretty v0.3.0 // indirect
|
||||
golang.org/x/net v0.41.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/firecrawl/html-to-markdown v0.0.0-20260312013131-1af9901a5d61
|
||||
Reference in New Issue
Block a user