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
4 changes: 2 additions & 2 deletions 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.1
github.com/onflow/flow-core-contracts/lib/go/templates v1.6.2-0.20250528160945-19e60fc6f211
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 Expand Up @@ -211,7 +211,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/onflow/atree v0.10.0 // indirect
github.com/onflow/crypto v0.25.3 // indirect
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 // indirect
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.2-0.20250528160945-19e60fc6f211 // indirect
github.com/onflow/flow-evm-bridge v0.1.0 // indirect
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -830,10 +830,10 @@ github.com/onflow/fcl-dev-wallet v0.8.0 h1:8TWHhJBWrzS6RCZI3eVjRT+SaUBqO6eygUNDa
github.com/onflow/fcl-dev-wallet v0.8.0/go.mod h1:kc42jkiuoPJmxMRFjfbRO9XvnR/3XLheaOerxVMDTiw=
github.com/onflow/flixkit-go/v2 v2.4.0 h1:HbBH73SCeXL7qm8zcHKQQxBBHgSIyJBTzBWp95I3oms=
github.com/onflow/flixkit-go/v2 v2.4.0/go.mod h1:VE8DdKjtvxRkN8U3ThCLh64Cn2tAA63H1UpRzDHssjM=
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 h1:n2NTsVT4iH7snqW6nkP1PnxHmgEMCh3XZpbdSIqweO4=
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1/go.mod h1:3tMXL4npVbk/F1X6SqxZWelQn0pyGvMBVbUXsgvC6Is=
github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1 h1:Y0bDvS5fTOCrKr7QFl0by3qTq7MFnauVnHoxwW6nQzo=
github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1/go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64=
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-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