Skip to content

Commit dd88442

Browse files
committed
Update to Cadence v1.10.0
1 parent 2992f32 commit dd88442

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 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.9.10
11+
github.com/onflow/cadence v1.10.0
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
@@ -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.12.1 // indirect
65+
github.com/onflow/atree v0.14.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.1 h1:WfnhnhZJISiRa6trEz2lq49my326xjzS1JRaH8naXv0=
111-
github.com/onflow/atree v0.12.1/go.mod h1:qdZcfLQwPirHcNpLiK+2t3KAo+SAb9Si6TqurE6pykE=
112-
github.com/onflow/cadence v1.9.10 h1:nFH8iPzXbYK2/+549QBVHX1yfKIlYBRivOSvQxf2bxk=
113-
github.com/onflow/cadence v1.9.10/go.mod h1:zvAa0UGFrj+lctflMzUtgmOsvEvtzWhyiXxAN73WSJY=
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=
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)