diff --git a/go.mod b/go.mod index 44e94ac193d..be0d195a9b3 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,7 @@ require ( github.com/multiformats/go-multiaddr-dns v0.3.1 github.com/multiformats/go-multihash v0.2.3 github.com/onflow/atree v0.8.0-rc.6 - github.com/onflow/cadence v1.0.2 + github.com/onflow/cadence v1.0.3 github.com/onflow/crypto v0.25.2 github.com/onflow/flow v0.3.4 github.com/onflow/flow-core-contracts/lib/go/contracts v1.3.1 diff --git a/go.sum b/go.sum index ab1e9de0246..55d2308d6c0 100644 --- a/go.sum +++ b/go.sum @@ -2169,8 +2169,8 @@ github.com/onflow/atree v0.8.0-rc.6/go.mod h1:yccR+LR7xc1Jdic0mrjocbHvUD7lnVvg8/ github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483 h1:LpiQhTAfM9CAmNVEs0n//cBBgCg+vJSiIxTHYUklZ84= github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483/go.mod h1:pIZgTWdm3k3pLF9Uq6MB8JEcW07UDwNJjlXW1HELW80= github.com/onflow/cadence v1.0.0-M3/go.mod h1:odXGZZ/wGNA5mwT8bC9v8u8EXACHllB2ABSZK65TGL8= -github.com/onflow/cadence v1.0.2 h1:lrBYelppA3EeSBertanHhUKHoSTu5mxEKtVUZ+WNjes= -github.com/onflow/cadence v1.0.2/go.mod h1:5vx42Zpapcj7sVRBnC4T0m4tQmi6SN15KKIHeTPxKP8= +github.com/onflow/cadence v1.0.3 h1:g6+V4z3Ntx6ZrwQBTDt0BN3uqeINLbivvamTT8uYs60= +github.com/onflow/cadence v1.0.3/go.mod h1:5vx42Zpapcj7sVRBnC4T0m4tQmi6SN15KKIHeTPxKP8= github.com/onflow/crypto v0.25.0/go.mod h1:C8FbaX0x8y+FxWjbkHy0Q4EASCDR9bSPWZqlpCLYyVI= github.com/onflow/crypto v0.25.2 h1:GjHunqVt+vPcdqhxxhAXiMIF3YiLX7gTuTR5O+VG2ns= github.com/onflow/crypto v0.25.2/go.mod h1:fY7eLqUdMKV8EGOw301unP8h7PvLVy8/6gVR++/g0BY= diff --git a/insecure/go.mod b/insecure/go.mod index 9dcd977429c..621959f5583 100644 --- a/insecure/go.mod +++ b/insecure/go.mod @@ -203,7 +203,7 @@ require ( github.com/nxadm/tail v1.4.8 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/onflow/atree v0.8.0-rc.6 // indirect - github.com/onflow/cadence v1.0.2 // indirect + github.com/onflow/cadence v1.0.3 // indirect github.com/onflow/flow-core-contracts/lib/go/contracts v1.3.1 // indirect github.com/onflow/flow-core-contracts/lib/go/templates v1.3.1 // indirect github.com/onflow/flow-ft/lib/go/contracts v1.0.0 // indirect diff --git a/insecure/go.sum b/insecure/go.sum index 1279d79b70c..bf4a58dee67 100644 --- a/insecure/go.sum +++ b/insecure/go.sum @@ -2157,8 +2157,8 @@ github.com/onflow/atree v0.6.1-0.20230711151834-86040b30171f/go.mod h1:xvP61FoOs github.com/onflow/atree v0.8.0-rc.6 h1:GWgaylK24b5ta2Hq+TvyOF7X5tZLiLzMMn7lEt59fsA= github.com/onflow/atree v0.8.0-rc.6/go.mod h1:yccR+LR7xc1Jdic0mrjocbHvUD7lnVvg8/Ct1AA5zBo= github.com/onflow/cadence v1.0.0-M3/go.mod h1:odXGZZ/wGNA5mwT8bC9v8u8EXACHllB2ABSZK65TGL8= -github.com/onflow/cadence v1.0.2 h1:lrBYelppA3EeSBertanHhUKHoSTu5mxEKtVUZ+WNjes= -github.com/onflow/cadence v1.0.2/go.mod h1:5vx42Zpapcj7sVRBnC4T0m4tQmi6SN15KKIHeTPxKP8= +github.com/onflow/cadence v1.0.3 h1:g6+V4z3Ntx6ZrwQBTDt0BN3uqeINLbivvamTT8uYs60= +github.com/onflow/cadence v1.0.3/go.mod h1:5vx42Zpapcj7sVRBnC4T0m4tQmi6SN15KKIHeTPxKP8= github.com/onflow/crypto v0.25.0/go.mod h1:C8FbaX0x8y+FxWjbkHy0Q4EASCDR9bSPWZqlpCLYyVI= github.com/onflow/crypto v0.25.2 h1:GjHunqVt+vPcdqhxxhAXiMIF3YiLX7gTuTR5O+VG2ns= github.com/onflow/crypto v0.25.2/go.mod h1:fY7eLqUdMKV8EGOw301unP8h7PvLVy8/6gVR++/g0BY= diff --git a/integration/go.mod b/integration/go.mod index 7921ed5cb2f..b0a32e0dec2 100644 --- a/integration/go.mod +++ b/integration/go.mod @@ -20,7 +20,7 @@ require ( github.com/ipfs/go-ds-badger2 v0.1.3 github.com/ipfs/go-ds-pebble v0.3.1 github.com/libp2p/go-libp2p v0.32.2 - github.com/onflow/cadence v1.0.2 + github.com/onflow/cadence v1.0.3 github.com/onflow/crypto v0.25.2 github.com/onflow/flow-core-contracts/lib/go/contracts v1.3.1 github.com/onflow/flow-core-contracts/lib/go/templates v1.3.1 diff --git a/integration/go.sum b/integration/go.sum index 8323deaac3b..9519c711d64 100644 --- a/integration/go.sum +++ b/integration/go.sum @@ -2142,8 +2142,8 @@ github.com/onflow/atree v0.6.1-0.20230711151834-86040b30171f/go.mod h1:xvP61FoOs github.com/onflow/atree v0.8.0-rc.6 h1:GWgaylK24b5ta2Hq+TvyOF7X5tZLiLzMMn7lEt59fsA= github.com/onflow/atree v0.8.0-rc.6/go.mod h1:yccR+LR7xc1Jdic0mrjocbHvUD7lnVvg8/Ct1AA5zBo= github.com/onflow/cadence v1.0.0-M3/go.mod h1:odXGZZ/wGNA5mwT8bC9v8u8EXACHllB2ABSZK65TGL8= -github.com/onflow/cadence v1.0.2 h1:lrBYelppA3EeSBertanHhUKHoSTu5mxEKtVUZ+WNjes= -github.com/onflow/cadence v1.0.2/go.mod h1:5vx42Zpapcj7sVRBnC4T0m4tQmi6SN15KKIHeTPxKP8= +github.com/onflow/cadence v1.0.3 h1:g6+V4z3Ntx6ZrwQBTDt0BN3uqeINLbivvamTT8uYs60= +github.com/onflow/cadence v1.0.3/go.mod h1:5vx42Zpapcj7sVRBnC4T0m4tQmi6SN15KKIHeTPxKP8= github.com/onflow/crypto v0.25.0/go.mod h1:C8FbaX0x8y+FxWjbkHy0Q4EASCDR9bSPWZqlpCLYyVI= github.com/onflow/crypto v0.25.2 h1:GjHunqVt+vPcdqhxxhAXiMIF3YiLX7gTuTR5O+VG2ns= github.com/onflow/crypto v0.25.2/go.mod h1:fY7eLqUdMKV8EGOw301unP8h7PvLVy8/6gVR++/g0BY=