Skip to content

Commit 1f9bad0

Browse files
authored
Merge pull request #731 from onflow/auto-update-onflow-cadence-v1.0.0-preview.49
Update to Cadence v1.0.0-preview.49
2 parents fb0571c + da78543 commit 1f9bad0

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
@@ -9,7 +9,7 @@ require (
99
github.com/aws/aws-sdk-go-v2 v1.27.0
1010
github.com/aws/aws-sdk-go-v2/config v1.27.15
1111
github.com/aws/aws-sdk-go-v2/service/kms v1.31.0
12-
github.com/onflow/cadence v1.0.0-preview.48
12+
github.com/onflow/cadence v1.0.0-preview.49
1313
github.com/onflow/crypto v0.25.1
1414
github.com/onflow/flow/protobuf/go/flow v0.4.3
1515
github.com/onflow/go-ethereum v1.13.4
@@ -59,7 +59,7 @@ require (
5959
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
6060
github.com/mattn/go-colorable v0.1.13 // indirect
6161
github.com/mattn/go-isatty v0.0.20 // indirect
62-
github.com/onflow/atree v0.8.0-rc.5 // indirect
62+
github.com/onflow/atree v0.8.0-rc.6 // indirect
6363
github.com/pmezard/go-difflib v1.0.0 // indirect
6464
github.com/rivo/uniseg v0.4.4 // indirect
6565
github.com/rogpeppe/go-internal v1.10.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovk
131131
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
132132
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
133133
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
134-
github.com/onflow/atree v0.8.0-rc.5 h1:1sU+c6UfDzq/EjM8nTw4EI8GvEMarcxkWkJKy6piFSY=
135-
github.com/onflow/atree v0.8.0-rc.5/go.mod h1:yccR+LR7xc1Jdic0mrjocbHvUD7lnVvg8/Ct1AA5zBo=
136-
github.com/onflow/cadence v1.0.0-preview.48 h1:WkgU0z6H/oRe44kLL6OO+wkGeKULWChoCT8i7sgiWdg=
137-
github.com/onflow/cadence v1.0.0-preview.48/go.mod h1:BCoenp1TYp+SmG7FGWStjehvvzcvNQ3xvpK5rkthq3Y=
134+
github.com/onflow/atree v0.8.0-rc.6 h1:GWgaylK24b5ta2Hq+TvyOF7X5tZLiLzMMn7lEt59fsA=
135+
github.com/onflow/atree v0.8.0-rc.6/go.mod h1:yccR+LR7xc1Jdic0mrjocbHvUD7lnVvg8/Ct1AA5zBo=
136+
github.com/onflow/cadence v1.0.0-preview.49 h1:MXy6qAtFyRSnqSVKpDkh2J1sb2JEryJoYy/5qsaixlw=
137+
github.com/onflow/cadence v1.0.0-preview.49/go.mod h1:7wvvecnAZtYOspLOS3Lh+FuAmMeSrXhAWiycC3kQ1UU=
138138
github.com/onflow/crypto v0.25.1 h1:0txy2PKPMM873JbpxQNbJmuOJtD56bfs48RQfm0ts5A=
139139
github.com/onflow/crypto v0.25.1/go.mod h1:C8FbaX0x8y+FxWjbkHy0Q4EASCDR9bSPWZqlpCLYyVI=
140140
github.com/onflow/flow/protobuf/go/flow v0.4.3 h1:gdY7Ftto8dtU+0wI+6ZgW4oE+z0DSDUMIDwVx8mqae8=

0 commit comments

Comments
 (0)