Skip to content
Closed
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 @@ -20,7 +20,7 @@ require (
github.com/onflow/cadence-tools/test v1.4.0
github.com/onflow/fcl-dev-wallet v0.8.0
github.com/onflow/flixkit-go/v2 v2.4.0
github.com/onflow/flow-core-contracts/lib/go/templates v1.6.2-0.20250528160945-19e60fc6f211
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.1
github.com/onflow/flow-emulator v1.5.1
github.com/onflow/flow-evm-gateway v1.1.2-0.20250611145322-595a1b2e4ec9
github.com/onflow/flow-go v0.41.0-rc.1.0.20250618213905-cfbf84027792
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -832,8 +832,8 @@ github.com/onflow/flixkit-go/v2 v2.4.0 h1:HbBH73SCeXL7qm8zcHKQQxBBHgSIyJBTzBWp95
github.com/onflow/flixkit-go/v2 v2.4.0/go.mod h1:VE8DdKjtvxRkN8U3ThCLh64Cn2tAA63H1UpRzDHssjM=
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.2-0.20250528160945-19e60fc6f211 h1:3ZhDFvj6QGMOS7NGE77q64nF4+oAKfjUO3tibA4PiGM=
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.2-0.20250528160945-19e60fc6f211/go.mod h1:3tMXL4npVbk/F1X6SqxZWelQn0pyGvMBVbUXsgvC6Is=
github.com/onflow/flow-core-contracts/lib/go/templates v1.6.2-0.20250528160945-19e60fc6f211 h1:IFOc7TPwsffST618EDe5HU9TnIHbJFGU9IMOm2AcqrY=
github.com/onflow/flow-core-contracts/lib/go/templates v1.6.2-0.20250528160945-19e60fc6f211/go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM=
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.1 h1:PC/75xPYNrj4pptXKoMIMCBtB+fw76+nuBDGII6aDyM=
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.1/go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM=
github.com/onflow/flow-emulator v1.5.1 h1:qsQew4NwMxcJFvy5RrVfx+gk0BCKb8RSc6iU/FwvCB4=
github.com/onflow/flow-emulator v1.5.1/go.mod h1:HkO7v/hRqmWPGhDkOx7xmOc2BB0XM+diASmpBdQoXN4=
github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM=
Expand Down
Loading