Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/onflow/flixkit-go/v2 v2.4.0
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250807122906-29940d8821f0
github.com/onflow/flow-emulator v1.6.1
github.com/onflow/flow-evm-gateway v1.1.2-0.20250611145322-595a1b2e4ec9
github.com/onflow/flow-evm-gateway v1.2.0-rc.3-experimental.0
github.com/onflow/flow-go v0.41.0-rc.1.0.20250618213905-cfbf84027792
github.com/onflow/flow-go-sdk v1.6.1
github.com/onflow/flowkit/v2 v2.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,8 @@ github.com/onflow/flow-emulator v1.6.1 h1:TfMdtVozqcCzW1O/Tk+2FfsehaVAh/F9NKmZS1
github.com/onflow/flow-emulator v1.6.1/go.mod h1:H8hFShyEpxgNBf4lbypksifjwVFgmgsfEmoV6IM+/gQ=
github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM=
github.com/onflow/flow-evm-bridge v0.1.0/go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk=
github.com/onflow/flow-evm-gateway v1.1.2-0.20250611145322-595a1b2e4ec9 h1:vSnFA9u4O0DkqXh3Q5B4LhiKK42A94L4NLieYPu4QJ4=
github.com/onflow/flow-evm-gateway v1.1.2-0.20250611145322-595a1b2e4ec9/go.mod h1:2LR+5xlQxPNr4mwW6a89aQz3bpQkblFE2bL7hRybS8k=
github.com/onflow/flow-evm-gateway v1.2.0-rc.3-experimental.0 h1:dJNO3bY6NYuPxWP4YUS9Q8XcbqUjBrJbML3TwFEpU4w=
github.com/onflow/flow-evm-gateway v1.2.0-rc.3-experimental.0/go.mod h1:wd7VaH1XlOVaE2zuuunMslj5vAU+5NugTETUxx0NY9M=
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24=
github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM=
Expand Down
Loading