11 lines
231 B
Modula-2
Raw Normal View History

2024-08-13 09:52:41 +08:00
module github.com/mendableai/firecrawl/apps/go-sdk/examples
2024-08-04 17:14:55 +08:00
go 1.22.5
2024-08-13 09:52:41 +08:00
replace github.com/mendableai/firecrawl => ../
2024-08-04 17:14:55 +08:00
require (
github.com/google/uuid v1.6.0
2024-08-13 09:52:41 +08:00
github.com/mendableai/firecrawl v0.0.0-00010101000000-000000000000
2024-08-04 17:14:55 +08:00
)