Skip to content

Commit f162c34

Browse files
authored
Merge pull request #1018 from onflow/auto-update-onflow-cadence-v1.10.1
Update to Cadence v1.10.1
2 parents b9feb89 + bf72fb0 commit f162c34

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/config v1.32.7
99
github.com/aws/aws-sdk-go-v2/service/kms v1.50.0
1010
github.com/ethereum/go-ethereum v1.16.7
11-
github.com/onflow/cadence v1.10.0
11+
github.com/onflow/cadence v1.10.1
1212
github.com/onflow/crypto v0.25.3
1313
github.com/onflow/flow/protobuf/go/flow v0.4.19
1414
github.com/onflow/sdks v0.6.0-preview.1
@@ -45,7 +45,7 @@ require (
4545
github.com/davecgh/go-spew v1.1.1 // indirect
4646
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
4747
github.com/felixge/httpsnoop v1.0.4 // indirect
48-
github.com/fxamacker/cbor/v2 v2.9.1-0.20251019205732-39888e6be013 // indirect
48+
github.com/fxamacker/cbor/v2 v2.9.2-0.20260331174317-a78e92ec038e // indirect
4949
github.com/fxamacker/circlehash v0.3.0 // indirect
5050
github.com/go-logr/logr v1.4.3 // indirect
5151
github.com/go-logr/stdr v1.2.2 // indirect
@@ -62,7 +62,7 @@ require (
6262
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
6363
github.com/mattn/go-colorable v0.1.14 // indirect
6464
github.com/mattn/go-isatty v0.0.20 // indirect
65-
github.com/onflow/atree v0.14.0 // indirect
65+
github.com/onflow/atree v0.15.0 // indirect
6666
github.com/onflow/fixed-point v0.1.1 // indirect
6767
github.com/pmezard/go-difflib v1.0.0 // indirect
6868
github.com/rivo/uniseg v0.4.7 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ github.com/ethereum/go-ethereum v1.16.7 h1:qeM4TvbrWK0UC0tgkZ7NiRsmBGwsjqc64BHo2
6666
github.com/ethereum/go-ethereum v1.16.7/go.mod h1:Fs6QebQbavneQTYcA39PEKv2+zIjX7rPUZ14DER46wk=
6767
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
6868
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
69-
github.com/fxamacker/cbor/v2 v2.9.1-0.20251019205732-39888e6be013 h1:jcwW+JBYGe3qgiPQ4deXaannYxVdxjMw57/dw+gcEfQ=
70-
github.com/fxamacker/cbor/v2 v2.9.1-0.20251019205732-39888e6be013/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ=
69+
github.com/fxamacker/cbor/v2 v2.9.2-0.20260331174317-a78e92ec038e h1:AqsamU9dS+/RNjgvDOqFUT7qXApcmnw7zJLLqJkx860=
70+
github.com/fxamacker/cbor/v2 v2.9.2-0.20260331174317-a78e92ec038e/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ=
7171
github.com/fxamacker/circlehash v0.3.0 h1:XKdvTtIJV9t7DDUtsf0RIpC1OcxZtPbmgIH7ekx28WA=
7272
github.com/fxamacker/circlehash v0.3.0/go.mod h1:3aq3OfVvsWtkWMb6A1owjOQFA+TLsD5FgJflnaQwtMM=
7373
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
@@ -107,10 +107,10 @@ github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHP
107107
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
108108
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
109109
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
110-
github.com/onflow/atree v0.14.0 h1:VFrvRsDBfBujviAseIYFb/KCo2mD4chcM7LpGbcCDdM=
111-
github.com/onflow/atree v0.14.0/go.mod h1:qdZcfLQwPirHcNpLiK+2t3KAo+SAb9Si6TqurE6pykE=
112-
github.com/onflow/cadence v1.10.0 h1:aRx7oFQeBL/jrIatT2Wu57fDk81VF1Pb7fr4qjG6mr4=
113-
github.com/onflow/cadence v1.10.0/go.mod h1:mERIJRX2NhMhtwGc1AvxVzyQJrnlPu0f+6l5YS7+epM=
110+
github.com/onflow/atree v0.15.0 h1:wIDhQBWlmTj4KD40lTdjIcog7UIUr5iHjIMjIOhuYGU=
111+
github.com/onflow/atree v0.15.0/go.mod h1:hiOT/vKK/Zyw34Ru9OFbfEemC5NnQ7SHFB43bN9/4qI=
112+
github.com/onflow/cadence v1.10.1 h1:wKr/JdBM7lHqVZgY3HA6KcjE1b7vES/1p902v4CT2ME=
113+
github.com/onflow/cadence v1.10.1/go.mod h1:WcBEohOspFyZ3unRlL/Zd5q0yZSCveWJq3me/FtoVRg=
114114
github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U=
115115
github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs=
116116
github.com/onflow/fixed-point v0.1.1 h1:j0jYZVO8VGyk1476alGudEg7XqCkeTVxb5ElRJRKS90=

0 commit comments

Comments
 (0)