mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-08-10 17:58:41 +00:00
11 lines
231 B
Modula-2
11 lines
231 B
Modula-2
module github.com/mendableai/firecrawl/apps/go-sdk/examples
|
|
|
|
go 1.22.5
|
|
|
|
replace github.com/mendableai/firecrawl => ../
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mendableai/firecrawl v0.0.0-00010101000000-000000000000
|
|
)
|