Skip to content
Draft
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,9 +20,9 @@ require (
github.com/onflow/flixkit-go/v2 v2.7.2
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.2
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2
github.com/onflow/flow-emulator v1.16.3
github.com/onflow/flow-emulator v1.16.4-0.20260213215708-f1c81d770ce6
github.com/onflow/flow-evm-gateway v1.4.6-0.20260130180524-5ba8398c993f
github.com/onflow/flow-go v0.45.0-internal-rc.3.0.20260129222115-cc0505f2afd5
github.com/onflow/flow-go v0.45.0-internal-rc.3.0.20260205152019-a119eb6559e6
github.com/onflow/flow-go-sdk v1.9.13
github.com/onflow/flow/protobuf/go/flow v0.4.19
github.com/onflow/flowkit/v2 v2.10.2
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,8 @@ github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.2 h1:mkd1NSv74+OnCHw
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.2/go.mod h1:jBDqVep0ICzhXky56YlyO4aiV2Jl/5r7wnqUPpvi7zE=
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2 h1:semxeVLwC6xFG1G/7egUmaf7F1C8eBnc7NxNTVfBHTs=
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2/go.mod h1:twSVyUt3rNrgzAmxtBX+1Gw64QlPemy17cyvnXYy1Ug=
github.com/onflow/flow-emulator v1.16.3 h1:i1gZ1wtL67bxpkLQNWw/Q6R63SWRXH0IU0h7J2xflM0=
github.com/onflow/flow-emulator v1.16.3/go.mod h1:VpHjJwLzFOD8U81KvYaArY//xzTyrc703CGlCu86TTI=
github.com/onflow/flow-emulator v1.16.4-0.20260213215708-f1c81d770ce6 h1:NYfM1MMEZYj7OjXyttaQ09LKF/qzy3c7V0vzHG/bLTk=
github.com/onflow/flow-emulator v1.16.4-0.20260213215708-f1c81d770ce6/go.mod h1:b3/OPHeC8cjwulCl7fl+woeLbnGxb9MbvFzaoXWaBAo=
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.4.6-0.20260130180524-5ba8398c993f h1:4ty4IFKaCPmtnC0BA4oqaHBbCS0Z8sJgO0bip35FV1I=
Expand All @@ -804,8 +804,8 @@ github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3
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=
github.com/onflow/flow-ft/lib/go/templates v1.0.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE=
github.com/onflow/flow-go v0.45.0-internal-rc.3.0.20260129222115-cc0505f2afd5 h1:m91UU6vYDwGw+tj7L+J9lxF92UsHIPIyE9G/l3ZhCYM=
github.com/onflow/flow-go v0.45.0-internal-rc.3.0.20260129222115-cc0505f2afd5/go.mod h1:dnH7EloXMyOLjVNcSQdSoSp1DNXsYjvO24pYKwGRzN4=
github.com/onflow/flow-go v0.45.0-internal-rc.3.0.20260205152019-a119eb6559e6 h1:E0tolRt9sJBiCnhUKXR2FaQxjApolxSSpYElI0Fleac=
github.com/onflow/flow-go v0.45.0-internal-rc.3.0.20260205152019-a119eb6559e6/go.mod h1:dnH7EloXMyOLjVNcSQdSoSp1DNXsYjvO24pYKwGRzN4=
github.com/onflow/flow-go-sdk v1.9.13 h1:HdWhsheDkaUokC6+7eefP+v6cMKfN3/yU4O8ddC1YGc=
github.com/onflow/flow-go-sdk v1.9.13/go.mod h1:e5zVNLkpzYxVbusPUMvtrbsinwCyr1krPvxMD6dhW6M=
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 h1:DmNop+O0EMyicZvhgdWboFG57xz5t9Qp81FKlfKyqJc=
Expand Down
Loading