Skip to content

Commit 8207d57

Browse files
committed
update flow-go to v0.43.0-rc.2
1 parent c4c43a5 commit 8207d57

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/libp2p/go-libp2p v0.38.2
1414
github.com/onflow/cadence v1.7.0
1515
github.com/onflow/crypto v0.25.3
16-
github.com/onflow/flow-go v0.43.0-rc.1
16+
github.com/onflow/flow-go v0.43.0-rc.2
1717
github.com/onflow/flow/protobuf/go/flow v0.4.15
1818
github.com/rs/zerolog v1.29.0
1919
github.com/stretchr/testify v1.11.1
@@ -69,7 +69,7 @@ require (
6969
github.com/onflow/fixed-point v0.1.1 // indirect
7070
github.com/onflow/flow-evm-bridge v0.1.0 // indirect
7171
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
72-
github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect
72+
github.com/onflow/flow-nft/lib/go/templates v1.3.0 // indirect
7373
github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
7474
github.com/pion/datachannel v1.5.10 // indirect
7575
github.com/pion/dtls/v2 v2.2.12 // indirect
@@ -262,11 +262,11 @@ require (
262262
github.com/multiformats/go-varint v0.0.7 // indirect
263263
github.com/olekukonko/tablewriter v0.0.5 // indirect
264264
github.com/onflow/atree v0.10.1 // indirect
265-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250911124549-394bdee30b81 // indirect; v1.2.4-0.20230703193002-53362441b57d // indirect
266-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250911124549-394bdee30b81 // indirect; v1.2.3 // indirect
265+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.8.0 // indirect; v1.2.4-0.20230703193002-53362441b57d // indirect
266+
github.com/onflow/flow-core-contracts/lib/go/templates v1.8.0 // indirect; v1.2.3 // indirect
267267
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
268268
github.com/onflow/flow-go-sdk v1.8.1 // indirect
269-
github.com/onflow/flow-nft/lib/go/contracts v1.2.4 // indirect
269+
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 // indirect
270270
github.com/onflow/go-ethereum v1.16.2 // indirect
271271
github.com/onflow/sdks v0.6.0-preview.1 // indirect
272272
github.com/onflow/wal v1.0.2 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -737,24 +737,24 @@ github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U=
737737
github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs=
738738
github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90=
739739
github.com/onflow/fixed-point v0.1.1/go.mod h1:gJdoHqKtToKdOZbvryJvDZfcpzC7d2fyWuo3ZmLtcGY=
740-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250911124549-394bdee30b81 h1:DNJHSGCvnkYsMHt69qhAtFNrmIWEZAWi2Rl5Rh3+hQQ=
741-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250911124549-394bdee30b81/go.mod h1:Hqg7WnS6t/26Fn2aryEvF8A4FHmUIlDYahR0G2Pu7/U=
742-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250911124549-394bdee30b81 h1:JlmB4a6/sOi1R/phjpZaVB5cgh/4k5UdV2vetT62JXo=
743-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250911124549-394bdee30b81/go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM=
740+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.8.0 h1:Kq6MRKwmHfoTTDty/Ib7is1peaSMBQ2GHcnhDgsRH4c=
741+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.8.0/go.mod h1:h15J7unHnlTARjudbb0m5KO3EoHIucoBgShAqE6NoNA=
742+
github.com/onflow/flow-core-contracts/lib/go/templates v1.8.0 h1:vcCIJP8vYuo0t77Hbxh2IEpGSZoEudB58Qpci11LSCE=
743+
github.com/onflow/flow-core-contracts/lib/go/templates v1.8.0/go.mod h1:twSVyUt3rNrgzAmxtBX+1Gw64QlPemy17cyvnXYy1Ug=
744744
github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM=
745745
github.com/onflow/flow-evm-bridge v0.1.0/go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk=
746746
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24=
747747
github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
748748
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM=
749749
github.com/onflow/flow-ft/lib/go/templates v1.0.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE=
750-
github.com/onflow/flow-go v0.43.0-rc.1 h1:m2YcTEleyjFJYebVL/cLAI7naNzvHA1qBP4fvUdizts=
751-
github.com/onflow/flow-go v0.43.0-rc.1/go.mod h1:pItY/Cv+SVS9yccx+8jFmYAWfEum9zEcdQGBzMuBDrw=
750+
github.com/onflow/flow-go v0.43.0-rc.2 h1:U0yhR9asL/4tTIbGq7vrBEwUr6JFupNRySSRU4EM5jc=
751+
github.com/onflow/flow-go v0.43.0-rc.2/go.mod h1:zz8rd/tod51kd33im9x6uDmGiyeb5qCZhKr7g01/wgI=
752752
github.com/onflow/flow-go-sdk v1.8.1 h1:BPp7p10RrpOdezQ3RJ+nheOqpalHlTB9bRocVkLsGNU=
753753
github.com/onflow/flow-go-sdk v1.8.1/go.mod h1:w6bxCznDhJJCDybn1jCUAz3rEO4/7XY9EgWRFrj0zoo=
754-
github.com/onflow/flow-nft/lib/go/contracts v1.2.4 h1:gWJgSSgIGo0qWOqr90+khQ69VoYF9vNlqzF+Yh6YYy4=
755-
github.com/onflow/flow-nft/lib/go/contracts v1.2.4/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY=
756-
github.com/onflow/flow-nft/lib/go/templates v1.2.1 h1:SAALMZPDw9Eb9p5kSLnmnFxjyig1MLiT4JUlLp0/bSE=
757-
github.com/onflow/flow-nft/lib/go/templates v1.2.1/go.mod h1:W6hOWU0xltPqNpv9gQX8Pj8Jtf0OmRxc1XX2V0kzJaI=
754+
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 h1:DmNop+O0EMyicZvhgdWboFG57xz5t9Qp81FKlfKyqJc=
755+
github.com/onflow/flow-nft/lib/go/contracts v1.3.0/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY=
756+
github.com/onflow/flow-nft/lib/go/templates v1.3.0 h1:uGIBy4GEY6Z9hKP7sm5nA5kwvbvLWW4nWx5NN9Wg0II=
757+
github.com/onflow/flow-nft/lib/go/templates v1.3.0/go.mod h1:gVbb5fElaOwKhV5UEUjM+JQTjlsguHg2jwRupfM/nng=
758758
github.com/onflow/flow/protobuf/go/flow v0.4.15 h1:7Xt7kkqeeygWMw/S327uKu11FPJghNm1pvam2HXbC7g=
759759
github.com/onflow/flow/protobuf/go/flow v0.4.15/go.mod h1:NA2pX2nw8zuaxfKphhKsk00kWLwfd+tv8mS23YXO4Sk=
760760
github.com/onflow/go-ethereum v1.16.2 h1:yhC3DA5PTNmUmu7ziq8GmWyQ23KNjle4jCabxpKYyNk=

0 commit comments

Comments
 (0)