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 @@ -19,7 +19,7 @@ require (
github.com/onflow/fcl-dev-wallet v0.9.1
github.com/onflow/flixkit-go/v2 v2.6.2
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2
github.com/onflow/flow-emulator v1.13.2
github.com/onflow/flow-emulator v1.14.0
github.com/onflow/flow-evm-gateway v1.4.3
github.com/onflow/flow-go v0.45.0-experimental-cadence-v1.8.7-vm-test.1
github.com/onflow/flow-go-sdk v1.9.6
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,8 @@ github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2 h1:semxeVLwC6xFG1G
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2/go.mod h1:twSVyUt3rNrgzAmxtBX+1Gw64QlPemy17cyvnXYy1Ug=
github.com/onflow/flow-emulator v1.13.2 h1:PdPLERjg4zslUTGGqjpzOy1N4+uiTQ7XoNXxZWBhjbY=
github.com/onflow/flow-emulator v1.13.2/go.mod h1:GOt2yT5LX0jJNYzRueP3CZ49u+BO+20lh2pkN2v4v44=
github.com/onflow/flow-emulator v1.14.0 h1:8hz5ThaJ6VUtrMfJyZFWhD/08D7MVZpfhtZ5SgEyuEY=
github.com/onflow/flow-emulator v1.14.0/go.mod h1:GOt2yT5LX0jJNYzRueP3CZ49u+BO+20lh2pkN2v4v44=
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.3 h1:z6EzyYd6aGbYIJ9LMeXCC2PkNB3J8YCdhJNLvRFIUXc=
Expand Down
Loading