Skip to content

Commit 8ee31d0

Browse files
authored
Update to latest version of scheduled callbacks (#2089)
1 parent 1ec002d commit 8ee31d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/onflow/cadence-tools/test v1.5.1
1919
github.com/onflow/fcl-dev-wallet v0.8.0
2020
github.com/onflow/flixkit-go/v2 v2.5.1
21-
github.com/onflow/flow-core-contracts/lib/go/templates v1.8.1
21+
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.0
2222
github.com/onflow/flow-emulator v1.7.2
2323
github.com/onflow/flow-evm-gateway v1.3.2
2424
github.com/onflow/flow-go v0.43.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,8 @@ github.com/onflow/flixkit-go/v2 v2.5.1 h1:37ezWi8i4jy9KI+J45Y2NKixtwBpyrBIb8JT2p
787787
github.com/onflow/flixkit-go/v2 v2.5.1/go.mod h1:rnTc0GXxAHp7uoF+XlGh7C2H0yBTC+XkrmynNbnPsfo=
788788
github.com/onflow/flow-core-contracts/lib/go/contracts v1.8.1 h1:WU0s/4TCiJ+HMMc6RAsmSzPc/O7PecDVbugyHYHEaZQ=
789789
github.com/onflow/flow-core-contracts/lib/go/contracts v1.8.1/go.mod h1:h15J7unHnlTARjudbb0m5KO3EoHIucoBgShAqE6NoNA=
790-
github.com/onflow/flow-core-contracts/lib/go/templates v1.8.1 h1:l/sPH4Ki0Td4sB1ybKhVKHFq7ciiUcadV5RULXJl+wE=
791-
github.com/onflow/flow-core-contracts/lib/go/templates v1.8.1/go.mod h1:twSVyUt3rNrgzAmxtBX+1Gw64QlPemy17cyvnXYy1Ug=
790+
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.0 h1:8jn4Lxp/dpyWdgJ+5XEDUkYOf2aveObZtHtkdnYIEco=
791+
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.0/go.mod h1:twSVyUt3rNrgzAmxtBX+1Gw64QlPemy17cyvnXYy1Ug=
792792
github.com/onflow/flow-emulator v1.7.2 h1:1hJ1IZ3AeKaOQ3nsSfcF9Irys0HZLxFYIBbAZruEQuE=
793793
github.com/onflow/flow-emulator v1.7.2/go.mod h1:0sx/W4sutaMpDBs60frpJRiYAgQbZcakMH8mWq+k3Js=
794794
github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM=

0 commit comments

Comments
 (0)