mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-04 14:00:40 +08: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
|
|
)
|