firecrawl/apps/go-sdk/go.mod
2024-08-13 10:10:45 +08:00

16 lines
322 B
Modula-2

module github.com/mendableai/firecrawl/apps/go-sdk
go 1.22.5
require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)