Skip to content

Commit 1062b33

Browse files
authored
Update to onflow/flow-go b0fef2c5ca47 (#889)
1 parent 9ce0f73 commit 1062b33

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ require (
1414
github.com/logrusorgru/aurora v2.0.3+incompatible
1515
github.com/onflow/cadence v1.8.1
1616
github.com/onflow/crypto v0.25.3
17-
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.0
18-
github.com/onflow/flow-go v0.43.3-0.20251020174348-b36af5491350
17+
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.1
18+
github.com/onflow/flow-go v0.43.3-0.20251021182938-b0fef2c5ca47
1919
github.com/onflow/flow-go-sdk v1.9.0
2020
github.com/onflow/flow-nft/lib/go/contracts v1.3.0
2121
github.com/onflow/flow/protobuf/go/flow v0.4.16
@@ -146,7 +146,7 @@ require (
146146
github.com/olekukonko/tablewriter v0.0.5 // indirect
147147
github.com/onflow/atree v0.11.0 // indirect
148148
github.com/onflow/fixed-point v0.1.1 // indirect
149-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.0 // indirect
149+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.1 // indirect
150150
github.com/onflow/flow-evm-bridge v0.1.0 // indirect
151151
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
152152
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -757,18 +757,18 @@ github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U=
757757
github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs=
758758
github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90=
759759
github.com/onflow/fixed-point v0.1.1/go.mod h1:gJdoHqKtToKdOZbvryJvDZfcpzC7d2fyWuo3ZmLtcGY=
760-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.0 h1:m6lHp0xDdmVWbpbTpFlq6XxVrB+2J8qwnzMV30zdZeM=
761-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.0/go.mod h1:jBDqVep0ICzhXky56YlyO4aiV2Jl/5r7wnqUPpvi7zE=
762-
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.0 h1:8jn4Lxp/dpyWdgJ+5XEDUkYOf2aveObZtHtkdnYIEco=
763-
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.0/go.mod h1:twSVyUt3rNrgzAmxtBX+1Gw64QlPemy17cyvnXYy1Ug=
760+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.1 h1:u6am8NzuWOIKkSkL++vMqr/l3fjNfBFNWZXM7FnzMKo=
761+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.1/go.mod h1:jBDqVep0ICzhXky56YlyO4aiV2Jl/5r7wnqUPpvi7zE=
762+
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.1 h1:ebyynXy74ZcfW+JpPwI+aaY0ezlxxA0cUgUrjhJonWg=
763+
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.1/go.mod h1:twSVyUt3rNrgzAmxtBX+1Gw64QlPemy17cyvnXYy1Ug=
764764
github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM=
765765
github.com/onflow/flow-evm-bridge v0.1.0/go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk=
766766
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24=
767767
github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
768768
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM=
769769
github.com/onflow/flow-ft/lib/go/templates v1.0.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE=
770-
github.com/onflow/flow-go v0.43.3-0.20251020174348-b36af5491350 h1:iNea1ILZJOtYo1USv35XDvUHgMEB0SLVQMxgEZXmK1s=
771-
github.com/onflow/flow-go v0.43.3-0.20251020174348-b36af5491350/go.mod h1:vQVi9g5rzW1mYPvCj33qSI9Ug4B+wvrtD8a64cXU9QQ=
770+
github.com/onflow/flow-go v0.43.3-0.20251021182938-b0fef2c5ca47 h1:AeETBxqcr9ez1ekukJ5laSOG8sUzXor8Vozeo2LmkD4=
771+
github.com/onflow/flow-go v0.43.3-0.20251021182938-b0fef2c5ca47/go.mod h1:EL0MQOSDuyPLr/cvAmzujYh5nl5D6x5rnBFu7gA//lc=
772772
github.com/onflow/flow-go-sdk v1.9.0 h1:VzIF38lO09LM2Sb4RxdWUf7QR4fEyDXg70vUNOQXYgQ=
773773
github.com/onflow/flow-go-sdk v1.9.0/go.mod h1:YwYB4z96zR4IspPvXYTCtE+TsQ/mZECgQfns0Sa7mw8=
774774
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 h1:DmNop+O0EMyicZvhgdWboFG57xz5t9Qp81FKlfKyqJc=

0 commit comments

Comments
 (0)