Skip to content

Commit

Permalink
fixing module name
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsideguide committed Aug 13, 2024
1 parent b84fac0 commit 0305753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module github.com/mendableai/firecrawl/apps/go-sdk/examples
module github.com/mendableai/firecrawl-go/examples

go 1.22.5

replace github.com/mendableai/firecrawl => ../

require (
github.com/google/uuid v1.6.0
github.com/mendableai/firecrawl-go v0.0.0-20240813203829-cac7ba2351de
)

0 comments on commit 0305753

Please sign in to comment.