Skip to content
Merged
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
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
8 changes: 2 additions & 6 deletions insecure/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
8 changes: 4 additions & 4 deletions insecure/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
8 changes: 2 additions & 6 deletions integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
8 changes: 4 additions & 4 deletions integration/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down