diff --git a/go.mod b/go.mod index 19d05d8cd9c..b0c852c155f 100644 --- a/go.mod +++ b/go.mod @@ -46,8 +46,8 @@ require ( github.com/multiformats/go-multiaddr v0.14.0 github.com/multiformats/go-multiaddr-dns v0.4.1 github.com/multiformats/go-multihash v0.2.3 - github.com/onflow/atree v0.16.0 - github.com/onflow/cadence v1.10.3 + github.com/onflow/atree v0.16.1 + github.com/onflow/cadence v1.10.4 github.com/onflow/crypto v0.25.4 github.com/onflow/flow v0.4.20-0.20260303141511-b7c99b4fb01b github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.3 @@ -368,7 +368,3 @@ replace github.com/ipfs/boxo => github.com/onflow/boxo v0.0.0-20240201202436-f24 // Using custom fork until https://github.com/ipfs/go-ds-pebble/issues/64 is merged replace github.com/ipfs/go-ds-pebble => github.com/onflow/go-ds-pebble v0.0.0-20251003225212-131edca3a897 - -replace github.com/onflow/cadence => github.com/onflow/cadence-internal v1.10.4-rc.7 - -replace github.com/onflow/atree => github.com/onflow/atree-internal v0.16.1-rc.3 diff --git a/go.sum b/go.sum index 0fe3da2bd5b..66efeead1da 100644 --- a/go.sum +++ b/go.sum @@ -938,12 +938,12 @@ github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= -github.com/onflow/atree-internal v0.16.1-rc.3 h1:p6rSSOImZkxE5F4765voRjW18D29EStT9pzt5zL60qA= -github.com/onflow/atree-internal v0.16.1-rc.3/go.mod h1:hiOT/vKK/Zyw34Ru9OFbfEemC5NnQ7SHFB43bN9/4qI= +github.com/onflow/atree v0.16.1 h1:EmlaIz/GwQ39o5agAb2KT2ynt4SHRBkgMMWU5bp6iTs= +github.com/onflow/atree v0.16.1/go.mod h1:hiOT/vKK/Zyw34Ru9OFbfEemC5NnQ7SHFB43bN9/4qI= 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-internal v1.10.4-rc.7 h1:BcUVKgNoXFk6QqyYbKKwvq7O3Fl+bupk6wd8+XTdw0s= -github.com/onflow/cadence-internal v1.10.4-rc.7/go.mod h1:5QmOykrfMtygaQ69rschXDL3n2iv4lRiYTo3zu1sId0= +github.com/onflow/cadence v1.10.4 h1:EiSaKrk0J7oFAOurH/ns9cLtWCVtzZMWGRqS+kWWMUA= +github.com/onflow/cadence v1.10.4/go.mod h1:axaADpRs+qTlq5cdHBawCiJ7dgqusRbBqOPkyWUwUOo= github.com/onflow/crypto v0.25.4 h1:R615PWPdSoA5RATNb/j3cYaloBIZlSXVNgS7BjwHiwM= github.com/onflow/crypto v0.25.4/go.mod h1:DlkW/1SPUvLHYvUcjWa9PkLIRgSBKR4EDc3i+ATQKW4= github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90= diff --git a/insecure/go.mod b/insecure/go.mod index 9e687f5859d..9639a6efb56 100644 --- a/insecure/go.mod +++ b/insecure/go.mod @@ -215,8 +215,8 @@ require ( github.com/multiformats/go-varint v0.0.7 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect - github.com/onflow/atree v0.16.0 // indirect - github.com/onflow/cadence v1.10.3 // indirect + github.com/onflow/atree v0.16.1 // indirect + github.com/onflow/cadence v1.10.4 // indirect github.com/onflow/fixed-point v0.1.1 // indirect github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.3 // indirect github.com/onflow/flow-core-contracts/lib/go/templates v1.10.3 // indirect @@ -355,7 +355,3 @@ replace github.com/ipfs/boxo => github.com/onflow/boxo v0.0.0-20240201202436-f24 replace github.com/ipfs/go-ds-pebble => github.com/onflow/go-ds-pebble v0.0.0-20251003225212-131edca3a897 replace github.com/hashicorp/golang-lru/v2 => github.com/fxamacker/golang-lru/v2 v2.0.0-20250430153159-6f72f038a30f - -replace github.com/onflow/cadence => github.com/onflow/cadence-internal v1.10.4-rc.7 - -replace github.com/onflow/atree => github.com/onflow/atree-internal v0.16.1-rc.3 diff --git a/insecure/go.sum b/insecure/go.sum index de384b06c13..93b7ffaec4e 100644 --- a/insecure/go.sum +++ b/insecure/go.sum @@ -888,12 +888,12 @@ github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= -github.com/onflow/atree-internal v0.16.1-rc.3 h1:p6rSSOImZkxE5F4765voRjW18D29EStT9pzt5zL60qA= -github.com/onflow/atree-internal v0.16.1-rc.3/go.mod h1:hiOT/vKK/Zyw34Ru9OFbfEemC5NnQ7SHFB43bN9/4qI= +github.com/onflow/atree v0.16.1 h1:EmlaIz/GwQ39o5agAb2KT2ynt4SHRBkgMMWU5bp6iTs= +github.com/onflow/atree v0.16.1/go.mod h1:hiOT/vKK/Zyw34Ru9OFbfEemC5NnQ7SHFB43bN9/4qI= 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-internal v1.10.4-rc.7 h1:BcUVKgNoXFk6QqyYbKKwvq7O3Fl+bupk6wd8+XTdw0s= -github.com/onflow/cadence-internal v1.10.4-rc.7/go.mod h1:5QmOykrfMtygaQ69rschXDL3n2iv4lRiYTo3zu1sId0= +github.com/onflow/cadence v1.10.4 h1:EiSaKrk0J7oFAOurH/ns9cLtWCVtzZMWGRqS+kWWMUA= +github.com/onflow/cadence v1.10.4/go.mod h1:axaADpRs+qTlq5cdHBawCiJ7dgqusRbBqOPkyWUwUOo= github.com/onflow/crypto v0.25.4 h1:R615PWPdSoA5RATNb/j3cYaloBIZlSXVNgS7BjwHiwM= github.com/onflow/crypto v0.25.4/go.mod h1:DlkW/1SPUvLHYvUcjWa9PkLIRgSBKR4EDc3i+ATQKW4= github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90= diff --git a/integration/go.mod b/integration/go.mod index a0ecae1c4b8..ce1dfdee698 100644 --- a/integration/go.mod +++ b/integration/go.mod @@ -20,7 +20,7 @@ require ( github.com/ipfs/go-datastore v0.8.2 github.com/ipfs/go-ds-pebble v0.5.0 github.com/libp2p/go-libp2p v0.38.2 - github.com/onflow/cadence v1.10.3 + github.com/onflow/cadence v1.10.4 github.com/onflow/crypto v0.25.4 github.com/onflow/flow v0.4.20-0.20260303141511-b7c99b4fb01b github.com/onflow/flow-core-contracts/lib/go/contracts v1.10.3 @@ -267,7 +267,7 @@ require ( github.com/multiformats/go-varint v0.0.7 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect - github.com/onflow/atree v0.16.0 // indirect + github.com/onflow/atree v0.16.1 // indirect github.com/onflow/fixed-point v0.1.1 // indirect github.com/onflow/flow-evm-bridge v0.2.1 // indirect github.com/onflow/flow-ft/lib/go/templates v1.1.1 // indirect @@ -404,7 +404,3 @@ replace github.com/ipfs/boxo => github.com/onflow/boxo v0.0.0-20240201202436-f24 replace github.com/ipfs/go-ds-pebble => github.com/onflow/go-ds-pebble v0.0.0-20251003225212-131edca3a897 replace github.com/hashicorp/golang-lru/v2 => github.com/fxamacker/golang-lru/v2 v2.0.0-20250430153159-6f72f038a30f - -replace github.com/onflow/cadence => github.com/onflow/cadence-internal v1.10.4-rc.7 - -replace github.com/onflow/atree => github.com/onflow/atree-internal v0.16.1-rc.3 diff --git a/integration/go.sum b/integration/go.sum index 4e8bb2755ef..6e415370283 100644 --- a/integration/go.sum +++ b/integration/go.sum @@ -748,12 +748,12 @@ github.com/nxadm/tail v1.4.11/go.mod h1:OTaG3NK980DZzxbRq6lEuzgU+mug70nY11sMd4JX github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= -github.com/onflow/atree-internal v0.16.1-rc.3 h1:p6rSSOImZkxE5F4765voRjW18D29EStT9pzt5zL60qA= -github.com/onflow/atree-internal v0.16.1-rc.3/go.mod h1:hiOT/vKK/Zyw34Ru9OFbfEemC5NnQ7SHFB43bN9/4qI= +github.com/onflow/atree v0.16.1 h1:EmlaIz/GwQ39o5agAb2KT2ynt4SHRBkgMMWU5bp6iTs= +github.com/onflow/atree v0.16.1/go.mod h1:hiOT/vKK/Zyw34Ru9OFbfEemC5NnQ7SHFB43bN9/4qI= 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-internal v1.10.4-rc.7 h1:BcUVKgNoXFk6QqyYbKKwvq7O3Fl+bupk6wd8+XTdw0s= -github.com/onflow/cadence-internal v1.10.4-rc.7/go.mod h1:5QmOykrfMtygaQ69rschXDL3n2iv4lRiYTo3zu1sId0= +github.com/onflow/cadence v1.10.4 h1:EiSaKrk0J7oFAOurH/ns9cLtWCVtzZMWGRqS+kWWMUA= +github.com/onflow/cadence v1.10.4/go.mod h1:axaADpRs+qTlq5cdHBawCiJ7dgqusRbBqOPkyWUwUOo= github.com/onflow/crypto v0.25.4 h1:R615PWPdSoA5RATNb/j3cYaloBIZlSXVNgS7BjwHiwM= github.com/onflow/crypto v0.25.4/go.mod h1:DlkW/1SPUvLHYvUcjWa9PkLIRgSBKR4EDc3i+ATQKW4= github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90=