Skip to content
Open
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 @@ -21,7 +21,7 @@ require (
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.15.3
github.com/onflow/flow-evm-gateway v1.4.5-0.20260109131900-576c361f7c70
github.com/onflow/flow-evm-gateway v1.4.6-experimental-sf.1
github.com/onflow/flow-go v0.45.0-experimental-cadence-v1.8.7.0.20260109014156-2abea7b5732a
github.com/onflow/flow-go-sdk v1.9.10
github.com/onflow/flow/protobuf/go/flow v0.4.19
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -798,8 +798,8 @@ github.com/onflow/flow-emulator v1.15.3 h1:temoo0GH4FF/EJHbDd+/JUX/9UWgBubdZv62C
github.com/onflow/flow-emulator v1.15.3/go.mod h1:6pQ7hawYNwh+ojyUSr7QgNEwvknYBn+xgVNyfAYMG5Y=
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.5-0.20260109131900-576c361f7c70 h1:TlUw1qmodv+5BFrVShJQKHk3FBTGtGZQ1EffgdDktJE=
github.com/onflow/flow-evm-gateway v1.4.5-0.20260109131900-576c361f7c70/go.mod h1:m+SeUNswybNV4Ogf00A2r93RaKuBf/SGrnyZAD/T2PU=
github.com/onflow/flow-evm-gateway v1.4.6-experimental-sf.1 h1:5i1pdS4GvGRYLrT0HA+JGnXk4yYW8OiRVibDbPp7OYM=
github.com/onflow/flow-evm-gateway v1.4.6-experimental-sf.1/go.mod h1:m+SeUNswybNV4Ogf00A2r93RaKuBf/SGrnyZAD/T2PU=
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