Skip to content

Commit 83b24b1

Browse files
committed
update examples' dependencies
1 parent d02dbc7 commit 83b24b1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

examples/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
module github.com/onflow/flow-go-sdk/examples
22

3-
go 1.21.0
3+
go 1.22
4+
5+
toolchain go1.22.4
46

57
replace github.com/onflow/flow-go-sdk => ../
68

79
require (
8-
github.com/onflow/cadence v1.0.0-preview.31
10+
github.com/onflow/cadence v1.0.0-preview.35
911
github.com/onflow/flow-cli/flowkit v1.11.0
1012
github.com/onflow/flow-go-sdk v0.41.17
1113
github.com/spf13/afero v1.11.0

examples/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ github.com/onflow/cadence v1.0.0-preview.25/go.mod h1:fGhLBbuEmv5rh48qv0ZS0tUz53
112112
github.com/onflow/cadence v1.0.0-preview.26/go.mod h1:fGhLBbuEmv5rh48qv0ZS0tUz53gxWsHpB4dPsF09h6E=
113113
github.com/onflow/cadence v1.0.0-preview.29/go.mod h1:3LM1VgE9HkJ815whY/F0LYWULwJa8p2nJiKyIIxpGAE=
114114
github.com/onflow/cadence v1.0.0-preview.31/go.mod h1:3LM1VgE9HkJ815whY/F0LYWULwJa8p2nJiKyIIxpGAE=
115+
github.com/onflow/cadence v1.0.0-preview.35/go.mod h1:jOwvPSSLTr9TvaKMs7KKiBYMmpdpNNAFxBsjMlrqVD0=
115116
github.com/onflow/crypto v0.25.0 h1:BeWbLsh3ZD13Ej+Uky6kg1PL1ZIVBDVX+2MVBNwqddg=
116117
github.com/onflow/crypto v0.25.0/go.mod h1:C8FbaX0x8y+FxWjbkHy0Q4EASCDR9bSPWZqlpCLYyVI=
117118
github.com/onflow/crypto v0.25.1/go.mod h1:C8FbaX0x8y+FxWjbkHy0Q4EASCDR9bSPWZqlpCLYyVI=

0 commit comments

Comments
 (0)