feat: add go-sdk

This commit is contained in:
KentHsu
2024-08-04 17:14:55 +08:00
parent 789c6cf5d7
commit 1378ffc138
10 changed files with 1218 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
module github.com/mendableai/firecrawl/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
)