diff --git a/go.mod b/go.mod index 552a13499..44580900b 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index e0f46a56c..ca3da94cf 100644 --- a/go.sum +++ b/go.sum @@ -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=