From 01f1679922e1064d08b64d931913387a7ae4036c Mon Sep 17 00:00:00 2001 From: Janez Podhostnik Date: Thu, 16 Apr 2026 20:59:28 +0200 Subject: [PATCH] Update flow-ft (#597) * Update flow-ft * change flow-ft to tagged version --- lib/go/contracts/go.mod | 6 +++--- lib/go/contracts/go.sum | 12 ++++++------ lib/go/templates/go.mod | 2 +- lib/go/templates/go.sum | 4 ++-- lib/go/templates/manifest.mainnet.json | 4 ++-- lib/go/templates/manifest.testnet.json | 4 ++-- lib/go/templates/service_templates.go | 2 +- lib/go/test/go.mod | 6 +++--- lib/go/test/go.sum | 8 ++++---- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/lib/go/contracts/go.mod b/lib/go/contracts/go.mod index 016985666..fa2f91414 100644 --- a/lib/go/contracts/go.mod +++ b/lib/go/contracts/go.mod @@ -4,8 +4,8 @@ go 1.24.0 require ( github.com/kevinburke/go-bindata v3.24.0+incompatible - github.com/onflow/flow-core-contracts/lib/go/templates v1.10.1-0.20260409180530-5a68c4cae8a2 - github.com/onflow/flow-ft/lib/go/contracts v1.1.0 + github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2-0.20260416131955-9c14ad685211 + github.com/onflow/flow-ft/lib/go/contracts v1.1.1 github.com/onflow/flow-go-sdk v1.9.2 github.com/onflow/flow-nft/lib/go/contracts v1.4.1 github.com/stretchr/testify v1.11.1 @@ -39,7 +39,7 @@ require ( github.com/onflow/cadence v1.10.0 // indirect github.com/onflow/crypto v0.25.3 // indirect github.com/onflow/fixed-point v0.1.1 // indirect - github.com/onflow/flow-ft/lib/go/templates v1.1.0 // indirect + github.com/onflow/flow-ft/lib/go/templates v1.1.1 // indirect github.com/onflow/flow-nft/lib/go/templates v1.4.1 // indirect github.com/onflow/flow/protobuf/go/flow v0.4.16 // indirect github.com/pelletier/go-toml v1.2.0 // indirect diff --git a/lib/go/contracts/go.sum b/lib/go/contracts/go.sum index 54c970a1e..f48118106 100644 --- a/lib/go/contracts/go.sum +++ b/lib/go/contracts/go.sum @@ -225,12 +225,12 @@ github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U= github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs= github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90= github.com/onflow/fixed-point v0.1.1/go.mod h1:gJdoHqKtToKdOZbvryJvDZfcpzC7d2fyWuo3ZmLtcGY= -github.com/onflow/flow-core-contracts/lib/go/templates v1.10.1-0.20260409180530-5a68c4cae8a2 h1:7FZCfXrAugIYac/BcDKsIbq1l6NPrkIW88O9AENdPbM= -github.com/onflow/flow-core-contracts/lib/go/templates v1.10.1-0.20260409180530-5a68c4cae8a2/go.mod h1:n43bgE3JyVjtkV/YmIfA8Qco4dka6QFe5uSkGCfwWWc= -github.com/onflow/flow-ft/lib/go/contracts v1.1.0 h1:+cjrsq9/PxVBoz1kRYos+7fFX1S5qrkgLIoXV7oURBo= -github.com/onflow/flow-ft/lib/go/contracts v1.1.0/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A= -github.com/onflow/flow-ft/lib/go/templates v1.1.0 h1:WAFYDeltsLqcQjtDc/tUaYomVRatUuhNH7oBL9VWWSc= -github.com/onflow/flow-ft/lib/go/templates v1.1.0/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE= +github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2-0.20260416131955-9c14ad685211 h1:2uwfwPqTyhn2otpbQy8/5GDAm//b9HKv+ToF0VpKCxQ= +github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2-0.20260416131955-9c14ad685211/go.mod h1:bXe+VkZmvM3QYGjfizprStRfasLA/7ii7l6+LHP5V1U= +github.com/onflow/flow-ft/lib/go/contracts v1.1.1 h1:BNbP3CrTIgScpx2NS9snq9XDESFjgXrMXTrwk5H4iSs= +github.com/onflow/flow-ft/lib/go/contracts v1.1.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A= +github.com/onflow/flow-ft/lib/go/templates v1.1.1 h1:X+EGTWKeVlsF33JD5QBFZLr8KW2apl6Oh1AXRWHmzLI= +github.com/onflow/flow-ft/lib/go/templates v1.1.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE= github.com/onflow/flow-go-sdk v1.9.2 h1:kMw3qShgLNIASHGMgoY+faTBQ+1MnzsNLAH+oxy9eiY= github.com/onflow/flow-go-sdk v1.9.2/go.mod h1:qVuzMGXNJBMktKnIDKLjV0/k21P2XD39dOfMW+X5Bsc= github.com/onflow/flow-nft/lib/go/contracts v1.4.1 h1:iQ8s4W5HNWd92MVRZbKxYpQ6UJn9snHLKQ9hFFNCiys= diff --git a/lib/go/templates/go.mod b/lib/go/templates/go.mod index 88f754241..701fa70e8 100644 --- a/lib/go/templates/go.mod +++ b/lib/go/templates/go.mod @@ -7,7 +7,7 @@ toolchain go1.24.1 require ( github.com/kevinburke/go-bindata v3.24.0+incompatible github.com/onflow/cadence v1.10.0 - github.com/onflow/flow-ft/lib/go/templates v1.1.0 + github.com/onflow/flow-ft/lib/go/templates v1.1.1 github.com/onflow/flow-go-sdk v1.9.2 github.com/onflow/flow-nft/lib/go/templates v1.4.1 github.com/psiemens/sconfig v0.1.0 diff --git a/lib/go/templates/go.sum b/lib/go/templates/go.sum index 52b783c05..2070c6b8f 100644 --- a/lib/go/templates/go.sum +++ b/lib/go/templates/go.sum @@ -225,8 +225,8 @@ github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U= github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs= github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90= github.com/onflow/fixed-point v0.1.1/go.mod h1:gJdoHqKtToKdOZbvryJvDZfcpzC7d2fyWuo3ZmLtcGY= -github.com/onflow/flow-ft/lib/go/templates v1.1.0 h1:WAFYDeltsLqcQjtDc/tUaYomVRatUuhNH7oBL9VWWSc= -github.com/onflow/flow-ft/lib/go/templates v1.1.0/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE= +github.com/onflow/flow-ft/lib/go/templates v1.1.1 h1:X+EGTWKeVlsF33JD5QBFZLr8KW2apl6Oh1AXRWHmzLI= +github.com/onflow/flow-ft/lib/go/templates v1.1.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE= github.com/onflow/flow-go-sdk v1.9.2 h1:kMw3qShgLNIASHGMgoY+faTBQ+1MnzsNLAH+oxy9eiY= github.com/onflow/flow-go-sdk v1.9.2/go.mod h1:qVuzMGXNJBMktKnIDKLjV0/k21P2XD39dOfMW+X5Bsc= github.com/onflow/flow-nft/lib/go/templates v1.4.1 h1:P+FN51waQrACpyVeXzLl1cnlD5J8bUYiemHXgeZBM+8= diff --git a/lib/go/templates/manifest.mainnet.json b/lib/go/templates/manifest.mainnet.json index 0659e7525..cd89777c8 100755 --- a/lib/go/templates/manifest.mainnet.json +++ b/lib/go/templates/manifest.mainnet.json @@ -203,7 +203,7 @@ { "id": "FT.03", "name": "Transfer Fungible Token with Address", - "source": "import FungibleToken from 0xf233dcee88fe0abe\nimport FungibleTokenMetadataViews from 0xf233dcee88fe0abe\nimport MetadataViews from 0xf233dcee88fe0abe\n\n#interaction (\n version: \"1.1.0\",\n\ttitle: \"Generic FT Transfer with Contract Address and Name\",\n\tdescription: \"Transfer any Fungible Token by providing the vault type identifier\",\n\tlanguage: \"en-US\",\n)\n\n/// Can pass in any contract address and name to transfer a token from that contract\n/// This lets you choose the token you want to send\n///\n/// Any contract can be chosen here, so wallets should check argument values\n/// to make sure the intended token contract name and address is passed in\n/// Contracts that are used must implement the FTVaultData Metadata View\n///\n/// Note: This transaction only will work for Fungible Tokens that\n/// have their token's resource name set as \"Vault\".\n/// Tokens with other names will need to use a different transaction\n/// that additionally specifies the identifier\n///\n/// @param amount: The amount of tokens to transfer\n/// @param to: The address to transfer the tokens to\n/// @param ftTypeIdentifier: The type identifier name of the FT type to burn\n/// Ex: \"A.1654653399040a61.FlowToken.Vault\"\n///\ntransaction(amount: UFix64, to: Address, ftTypeIdentifier: String,) {\n\n // The Vault resource that holds the tokens that are being transferred\n let tempVault: @{FungibleToken.Vault}\n\n // FTVaultData struct to get paths from\n let vaultData: FungibleTokenMetadataViews.FTVaultData\n\n prepare(signer: auth(BorrowValue) \u0026Account) {\n\n self.vaultData = MetadataViews.resolveContractViewFromTypeIdentifier(\n resourceTypeIdentifier: ftTypeIdentifier,\n viewType: Type\u003cFungibleTokenMetadataViews.FTVaultData\u003e()\n ) as? FungibleTokenMetadataViews.FTVaultData\n ?? panic(\"Could not construct valid FT type and view from identifier \\(ftTypeIdentifier)\")\n\n // Get a reference to the signer's stored vault\n let vaultRef = signer.storage.borrow\u003cauth(FungibleToken.Withdraw) \u0026{FungibleToken.Provider}\u003e(from: self.vaultData.storagePath)\n\t ?? panic(\"The signer does not store a `FungibleToken.Provider` object at the path \\(self.vaultData.storagePath). The signer must initialize their account with this object first!\")\n\n self.tempVault \u003c- vaultRef.withdraw(amount: amount)\n\n let type = CompositeType(ftTypeIdentifier)!\n\n assert(\n self.tempVault.getType() == type,\n message: \"The Vault that was withdrawn to transfer is not the type that was requested!\"\n )\n }\n\n execute {\n let recipient = getAccount(to)\n let receiverRef = recipient.capabilities.borrow\u003c\u0026{FungibleToken.Receiver}\u003e(self.vaultData.receiverPath)\n ?? panic(\"Could not borrow a `Receiver` reference to the `FungibleToken.Vault` in account \\(to) at path \\(self.vaultData.receiverPath). Make sure you are sending to an address that has a `FungibleToken.Vault` set up properly at the specified path.\")\n\n // Transfer tokens from the signer's stored vault to the receiver capability\n receiverRef.deposit(from: \u003c-self.tempVault)\n }\n}", + "source": "import FungibleToken from 0xf233dcee88fe0abe\nimport FungibleTokenMetadataViews from 0xf233dcee88fe0abe\nimport MetadataViews from 0x1d7e57aa55817448\n\n#interaction (\n version: \"1.1.0\",\n\ttitle: \"Generic FT Transfer with Contract Address and Name\",\n\tdescription: \"Transfer any Fungible Token by providing the vault type identifier\",\n\tlanguage: \"en-US\",\n)\n\n/// Can pass in any contract address and name to transfer a token from that contract\n/// This lets you choose the token you want to send\n///\n/// Any contract can be chosen here, so wallets should check argument values\n/// to make sure the intended token contract name and address is passed in\n/// Contracts that are used must implement the FTVaultData Metadata View\n///\n/// Note: This transaction only will work for Fungible Tokens that\n/// have their token's resource name set as \"Vault\".\n/// Tokens with other names will need to use a different transaction\n/// that additionally specifies the identifier\n///\n/// @param amount: The amount of tokens to transfer\n/// @param to: The address to transfer the tokens to\n/// @param ftTypeIdentifier: The type identifier name of the FT type to burn\n/// Ex: \"A.1654653399040a61.FlowToken.Vault\"\n///\ntransaction(amount: UFix64, to: Address, ftTypeIdentifier: String,) {\n\n // The Vault resource that holds the tokens that are being transferred\n let tempVault: @{FungibleToken.Vault}\n\n // FTVaultData struct to get paths from\n let vaultData: FungibleTokenMetadataViews.FTVaultData\n\n prepare(signer: auth(BorrowValue) \u0026Account) {\n\n self.vaultData = MetadataViews.resolveContractViewFromTypeIdentifier(\n resourceTypeIdentifier: ftTypeIdentifier,\n viewType: Type\u003cFungibleTokenMetadataViews.FTVaultData\u003e()\n ) as? FungibleTokenMetadataViews.FTVaultData\n ?? panic(\"Could not construct valid FT type and view from identifier \\(ftTypeIdentifier)\")\n\n // Get a reference to the signer's stored vault\n let vaultRef = signer.storage.borrow\u003cauth(FungibleToken.Withdraw) \u0026{FungibleToken.Provider}\u003e(from: self.vaultData.storagePath)\n\t ?? panic(\"The signer does not store a `FungibleToken.Provider` object at the path \\(self.vaultData.storagePath). The signer must initialize their account with this object first!\")\n\n self.tempVault \u003c- vaultRef.withdraw(amount: amount)\n\n let type = CompositeType(ftTypeIdentifier)!\n\n assert(\n self.tempVault.getType() == type,\n message: \"The Vault that was withdrawn to transfer is not the type that was requested!\"\n )\n }\n\n execute {\n let recipient = getAccount(to)\n let receiverRef = recipient.capabilities.borrow\u003c\u0026{FungibleToken.Receiver}\u003e(self.vaultData.receiverPath)\n ?? panic(\"Could not borrow a `Receiver` reference to the `FungibleToken.Vault` in account \\(to) at path \\(self.vaultData.receiverPath). Make sure you are sending to an address that has a `FungibleToken.Vault` set up properly at the specified path.\")\n\n // Transfer tokens from the signer's stored vault to the receiver capability\n receiverRef.deposit(from: \u003c-self.tempVault)\n }\n}", "arguments": [ { "type": "UFix64", @@ -251,7 +251,7 @@ } ], "network": "mainnet", - "hash": "ddeb723487d1357dfcfb6346a3cb786145b4a68cd06fdafdd4c84acd779674c6" + "hash": "57216a689109cc89b3bf5d5bdf55e255e6d881b4bcbc55a177274ce1eb8e0ad7" }, { "id": "NFT.01", diff --git a/lib/go/templates/manifest.testnet.json b/lib/go/templates/manifest.testnet.json index 25c462aa2..458442809 100755 --- a/lib/go/templates/manifest.testnet.json +++ b/lib/go/templates/manifest.testnet.json @@ -203,7 +203,7 @@ { "id": "FT.03", "name": "Transfer Fungible Token with Address", - "source": "import FungibleToken from 0x9a0766d93b6608b7\nimport FungibleTokenMetadataViews from 0x9a0766d93b6608b7\nimport MetadataViews from 0x9a0766d93b6608b7\n\n#interaction (\n version: \"1.1.0\",\n\ttitle: \"Generic FT Transfer with Contract Address and Name\",\n\tdescription: \"Transfer any Fungible Token by providing the vault type identifier\",\n\tlanguage: \"en-US\",\n)\n\n/// Can pass in any contract address and name to transfer a token from that contract\n/// This lets you choose the token you want to send\n///\n/// Any contract can be chosen here, so wallets should check argument values\n/// to make sure the intended token contract name and address is passed in\n/// Contracts that are used must implement the FTVaultData Metadata View\n///\n/// Note: This transaction only will work for Fungible Tokens that\n/// have their token's resource name set as \"Vault\".\n/// Tokens with other names will need to use a different transaction\n/// that additionally specifies the identifier\n///\n/// @param amount: The amount of tokens to transfer\n/// @param to: The address to transfer the tokens to\n/// @param ftTypeIdentifier: The type identifier name of the FT type to burn\n/// Ex: \"A.1654653399040a61.FlowToken.Vault\"\n///\ntransaction(amount: UFix64, to: Address, ftTypeIdentifier: String,) {\n\n // The Vault resource that holds the tokens that are being transferred\n let tempVault: @{FungibleToken.Vault}\n\n // FTVaultData struct to get paths from\n let vaultData: FungibleTokenMetadataViews.FTVaultData\n\n prepare(signer: auth(BorrowValue) \u0026Account) {\n\n self.vaultData = MetadataViews.resolveContractViewFromTypeIdentifier(\n resourceTypeIdentifier: ftTypeIdentifier,\n viewType: Type\u003cFungibleTokenMetadataViews.FTVaultData\u003e()\n ) as? FungibleTokenMetadataViews.FTVaultData\n ?? panic(\"Could not construct valid FT type and view from identifier \\(ftTypeIdentifier)\")\n\n // Get a reference to the signer's stored vault\n let vaultRef = signer.storage.borrow\u003cauth(FungibleToken.Withdraw) \u0026{FungibleToken.Provider}\u003e(from: self.vaultData.storagePath)\n\t ?? panic(\"The signer does not store a `FungibleToken.Provider` object at the path \\(self.vaultData.storagePath). The signer must initialize their account with this object first!\")\n\n self.tempVault \u003c- vaultRef.withdraw(amount: amount)\n\n let type = CompositeType(ftTypeIdentifier)!\n\n assert(\n self.tempVault.getType() == type,\n message: \"The Vault that was withdrawn to transfer is not the type that was requested!\"\n )\n }\n\n execute {\n let recipient = getAccount(to)\n let receiverRef = recipient.capabilities.borrow\u003c\u0026{FungibleToken.Receiver}\u003e(self.vaultData.receiverPath)\n ?? panic(\"Could not borrow a `Receiver` reference to the `FungibleToken.Vault` in account \\(to) at path \\(self.vaultData.receiverPath). Make sure you are sending to an address that has a `FungibleToken.Vault` set up properly at the specified path.\")\n\n // Transfer tokens from the signer's stored vault to the receiver capability\n receiverRef.deposit(from: \u003c-self.tempVault)\n }\n}", + "source": "import FungibleToken from 0x9a0766d93b6608b7\nimport FungibleTokenMetadataViews from 0x9a0766d93b6608b7\nimport MetadataViews from 0x631e88ae7f1d7c20\n\n#interaction (\n version: \"1.1.0\",\n\ttitle: \"Generic FT Transfer with Contract Address and Name\",\n\tdescription: \"Transfer any Fungible Token by providing the vault type identifier\",\n\tlanguage: \"en-US\",\n)\n\n/// Can pass in any contract address and name to transfer a token from that contract\n/// This lets you choose the token you want to send\n///\n/// Any contract can be chosen here, so wallets should check argument values\n/// to make sure the intended token contract name and address is passed in\n/// Contracts that are used must implement the FTVaultData Metadata View\n///\n/// Note: This transaction only will work for Fungible Tokens that\n/// have their token's resource name set as \"Vault\".\n/// Tokens with other names will need to use a different transaction\n/// that additionally specifies the identifier\n///\n/// @param amount: The amount of tokens to transfer\n/// @param to: The address to transfer the tokens to\n/// @param ftTypeIdentifier: The type identifier name of the FT type to burn\n/// Ex: \"A.1654653399040a61.FlowToken.Vault\"\n///\ntransaction(amount: UFix64, to: Address, ftTypeIdentifier: String,) {\n\n // The Vault resource that holds the tokens that are being transferred\n let tempVault: @{FungibleToken.Vault}\n\n // FTVaultData struct to get paths from\n let vaultData: FungibleTokenMetadataViews.FTVaultData\n\n prepare(signer: auth(BorrowValue) \u0026Account) {\n\n self.vaultData = MetadataViews.resolveContractViewFromTypeIdentifier(\n resourceTypeIdentifier: ftTypeIdentifier,\n viewType: Type\u003cFungibleTokenMetadataViews.FTVaultData\u003e()\n ) as? FungibleTokenMetadataViews.FTVaultData\n ?? panic(\"Could not construct valid FT type and view from identifier \\(ftTypeIdentifier)\")\n\n // Get a reference to the signer's stored vault\n let vaultRef = signer.storage.borrow\u003cauth(FungibleToken.Withdraw) \u0026{FungibleToken.Provider}\u003e(from: self.vaultData.storagePath)\n\t ?? panic(\"The signer does not store a `FungibleToken.Provider` object at the path \\(self.vaultData.storagePath). The signer must initialize their account with this object first!\")\n\n self.tempVault \u003c- vaultRef.withdraw(amount: amount)\n\n let type = CompositeType(ftTypeIdentifier)!\n\n assert(\n self.tempVault.getType() == type,\n message: \"The Vault that was withdrawn to transfer is not the type that was requested!\"\n )\n }\n\n execute {\n let recipient = getAccount(to)\n let receiverRef = recipient.capabilities.borrow\u003c\u0026{FungibleToken.Receiver}\u003e(self.vaultData.receiverPath)\n ?? panic(\"Could not borrow a `Receiver` reference to the `FungibleToken.Vault` in account \\(to) at path \\(self.vaultData.receiverPath). Make sure you are sending to an address that has a `FungibleToken.Vault` set up properly at the specified path.\")\n\n // Transfer tokens from the signer's stored vault to the receiver capability\n receiverRef.deposit(from: \u003c-self.tempVault)\n }\n}", "arguments": [ { "type": "UFix64", @@ -251,7 +251,7 @@ } ], "network": "testnet", - "hash": "8b0f60c0ae13442d5e777b72d1ebcbfaa9593391e5ece91443cb408c47290d64" + "hash": "4c9d55a33f6ec2ea927bca12fbabb18f24c773fd32cc2169532cdf1195f857fd" }, { "id": "NFT.01", diff --git a/lib/go/templates/service_templates.go b/lib/go/templates/service_templates.go index 17253d649..dd0d986b6 100644 --- a/lib/go/templates/service_templates.go +++ b/lib/go/templates/service_templates.go @@ -78,7 +78,7 @@ func GenerateTransferGenericVaultWithPathsScript(env Environment) []byte { } func GenerateTransferGenericVaultWithAddressScript(env Environment) []byte { - return ft_templates.GenerateTransferGenericVaultWithAddressScript(env.FungibleTokenAddress, env.FungibleTokenMetadataViewsAddress) + return ft_templates.GenerateTransferGenericVaultWithAddressScript(env.FungibleTokenAddress, env.FungibleTokenMetadataViewsAddress, env.MetadataViewsAddress) } func GenerateSetupNFTAccountFromAddressScript(env Environment) []byte { diff --git a/lib/go/test/go.mod b/lib/go/test/go.mod index 3c847f35c..4e3ebc65d 100644 --- a/lib/go/test/go.mod +++ b/lib/go/test/go.mod @@ -130,8 +130,8 @@ require ( github.com/onflow/atree v0.14.0 // indirect github.com/onflow/fixed-point v0.1.1 // indirect github.com/onflow/flow-evm-bridge v0.1.0 // indirect - github.com/onflow/flow-ft/lib/go/contracts v1.1.0 // indirect - github.com/onflow/flow-ft/lib/go/templates v1.1.0 // indirect + github.com/onflow/flow-ft/lib/go/contracts v1.1.1 // indirect + github.com/onflow/flow-ft/lib/go/templates v1.1.1 // indirect github.com/onflow/flow-nft/lib/go/contracts v1.4.1 // indirect github.com/onflow/flow-nft/lib/go/templates v1.4.1 // indirect github.com/onflow/flow/protobuf/go/flow v0.4.20 // indirect @@ -223,7 +223,7 @@ require ( // replaced by module version in this repo - disregard pinned version github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.4-0.20260407151750-6e8621db576c // replaced by module version in this repo - disregard pinned version - github.com/onflow/flow-core-contracts/lib/go/templates v1.10.1-0.20260409180155-df0e608f10d0 + github.com/onflow/flow-core-contracts/lib/go/templates v1.10.2-0.20260416131955-9c14ad685211 ) replace github.com/onflow/flow-core-contracts/lib/go/contracts => ../contracts diff --git a/lib/go/test/go.sum b/lib/go/test/go.sum index a238d8b26..468874c94 100644 --- a/lib/go/test/go.sum +++ b/lib/go/test/go.sum @@ -598,10 +598,10 @@ github.com/onflow/flow-emulator v1.18.0 h1:0MQSnToU+I1RR60PtcXIplX+PYEcpMbVTOQGH github.com/onflow/flow-emulator v1.18.0/go.mod h1:86VNdkxtOo4QvcIupaYrub/8hI4XpquG1/v9XASRpis= 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-ft/lib/go/contracts v1.1.0 h1:+cjrsq9/PxVBoz1kRYos+7fFX1S5qrkgLIoXV7oURBo= -github.com/onflow/flow-ft/lib/go/contracts v1.1.0/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A= -github.com/onflow/flow-ft/lib/go/templates v1.1.0 h1:WAFYDeltsLqcQjtDc/tUaYomVRatUuhNH7oBL9VWWSc= -github.com/onflow/flow-ft/lib/go/templates v1.1.0/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE= +github.com/onflow/flow-ft/lib/go/contracts v1.1.1 h1:BNbP3CrTIgScpx2NS9snq9XDESFjgXrMXTrwk5H4iSs= +github.com/onflow/flow-ft/lib/go/contracts v1.1.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A= +github.com/onflow/flow-ft/lib/go/templates v1.1.1 h1:X+EGTWKeVlsF33JD5QBFZLr8KW2apl6Oh1AXRWHmzLI= +github.com/onflow/flow-ft/lib/go/templates v1.1.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE= github.com/onflow/flow-go v0.47.0-ledger-service.1.0.20260320214141-968222a41c12 h1:mLmMDtVzi1BiTd9x413XkDH08AQNmjoOf4PKKGLs+1M= github.com/onflow/flow-go v0.47.0-ledger-service.1.0.20260320214141-968222a41c12/go.mod h1:G4iPRm5pseSjGbw8ejf+oNyzDA7QpOBqioa7fYLstBQ= github.com/onflow/flow-go-sdk v1.10.0 h1:9SDON8fRUmCHfpsjLbO5z1+IpeZy+mcs49guZN3iktw=