mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-08-05 23:40:31 +00:00
11 lines
240 B
Modula-2
11 lines
240 B
Modula-2
![]() |
module github.com/mendableai/firecrawl/go-sdk/examples
|
||
|
|
||
|
go 1.22.5
|
||
|
|
||
|
replace github.com/mendableai/firecrawl/go-sdk => ../
|
||
|
|
||
|
require (
|
||
|
github.com/google/uuid v1.6.0
|
||
|
github.com/mendableai/firecrawl/go-sdk v0.0.0-00010101000000-000000000000
|
||
|
)
|