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/fcl-dev-wallet v0.9.1
github.com/onflow/flixkit-go/v2 v2.9.1
github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.2
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.3
github.com/onflow/flow-emulator v1.21.0
github.com/onflow/flow-evm-gateway v1.5.0
github.com/onflow/flow-go v0.48.1-evm-cache-block.0.20260518173711-5b9fa9c8352e
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -801,8 +801,8 @@ github.com/onflow/flixkit-go/v2 v2.9.1 h1:AW6qj3PAt7wdUYMYnI14lk3xu3zJutXc4KozJf
github.com/onflow/flixkit-go/v2 v2.9.1/go.mod h1:G4sR9UdPnS3ilS45vNs/wwN73m0Mpbzp7uKR/3dQF6o=
github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.2 h1:OQr7LyoAzk9kVfVjPcHXoFtWIBSqbB7ksNb6wIJlFE8=
github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.2/go.mod h1:fn0eOOINlOdQSOWptENC92MpPorB7dHzZaC3VTAmiQY=
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2 h1:qq16IwoT+xAh45GfmC9lR+gFCixJWx9NxKgkkP/W4Nw=
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2/go.mod h1:bXe+VkZmvM3QYGjfizprStRfasLA/7ii7l6+LHP5V1U=
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.3 h1:MA0tiuQo69AhaMh8TgEMyJwuKKO3UK8PB8W+Fg1YVt4=
github.com/onflow/flow-core-contracts/lib/go/templates v1.10.3/go.mod h1:bXe+VkZmvM3QYGjfizprStRfasLA/7ii7l6+LHP5V1U=
github.com/onflow/flow-emulator v1.21.0 h1:dWMnRzrMxeu3bMIl8gPxHVWnGl117eG/tx/SIocmilU=
github.com/onflow/flow-emulator v1.21.0/go.mod h1:DfaIJPCM7s495U5fDnzAHD0EqJgwsi+FD5EUtJ8L/Pk=
github.com/onflow/flow-evm-bridge v0.2.1 h1:S32kk+UV7/COdQZakIMsJw6vxShel0s8lI3FyGFl9jM=
Expand Down
Loading