Skip to content

Commit

Permalink
Merge pull request #1207 from onflow/supun/stable-cadence
Browse files Browse the repository at this point in the history
Update to Cadence v1.0.0-preview.1
  • Loading branch information
SupunS authored Sep 21, 2023
2 parents 0781e44 + cc088ff commit 4e0bfef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ require (
github.com/gosuri/uilive v0.0.4
github.com/manifoldco/promptui v0.9.0
github.com/onflow/cadence v1.0.0-preview.1
github.com/onflow/cadence-tools/languageserver v0.33.0-stable-cadence.1.0.20230919211119-0f47bd4a9c62
github.com/onflow/cadence-tools/test v0.12.0-stable-cadence.1.0.20230918225240-b1fc85f88c80
github.com/onflow/cadence-tools/languageserver v0.33.0-stable-cadence.2
github.com/onflow/cadence-tools/test v0.12.0-stable-cadence.2
github.com/onflow/fcl-dev-wallet v0.7.2
github.com/onflow/flixkit-go v0.1.0
github.com/onflow/flow-cli/flowkit v1.5.0-stable-cadence.1.0.20230919210856-b34bc43b5bc4
github.com/onflow/flow-cli/flowkit v1.5.0-stable-cadence.2
github.com/onflow/flow-core-contracts/lib/go/templates v1.2.4-0.20230918230627-2daea3d4f44b
github.com/onflow/flow-emulator v0.55.0-stable-cadence.2
github.com/onflow/flow-go-sdk v0.44.0-stable-cadence.2
Expand Down Expand Up @@ -151,7 +151,7 @@ require (
github.com/multiformats/go-multistream v0.4.1 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/onflow/atree v0.6.1-0.20230711151834-86040b30171f // indirect
github.com/onflow/cadence-tools/lint v0.12.0-stable-cadence.1.0.20230918225240-b1fc85f88c80 // indirect
github.com/onflow/cadence-tools/lint v0.12.0-stable-cadence.2 // indirect
github.com/onflow/flow-archive v1.3.4-0.20230503192214-9e81e82d4dcc // indirect
github.com/onflow/flow-core-contracts/lib/go/contracts v1.2.4-0.20230921055800-5ed9c184d103 // indirect
github.com/onflow/flow-ft/lib/go/contracts v0.7.1-0.20230921055403-cf7a05c90c20 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1361,12 +1361,12 @@ github.com/onflow/atree v0.6.1-0.20230711151834-86040b30171f h1:Z8/PgTqOgOg02MTR
github.com/onflow/atree v0.6.1-0.20230711151834-86040b30171f/go.mod h1:xvP61FoOs95K7IYdIYRnNcYQGf4nbF/uuJ0tHf4DRuM=
github.com/onflow/cadence v1.0.0-preview.1 h1:Y/q/43aDc93/1Atsxx3+e2V/dZiQuF1TqkXEVboA5pY=
github.com/onflow/cadence v1.0.0-preview.1/go.mod h1:Q5Up9Kt+J6zuAFmgrsiKz6t//E/hR5/iuVjH62pdztk=
github.com/onflow/cadence-tools/languageserver v0.33.0-stable-cadence.1.0.20230919211119-0f47bd4a9c62 h1:VnWAbkuP5GcVUltvB3eCFVuhFwfjhGHwpyxgK9EaDGg=
github.com/onflow/cadence-tools/languageserver v0.33.0-stable-cadence.1.0.20230919211119-0f47bd4a9c62/go.mod h1:5M7xZd7C7ABpax7sBPH75DGHOwgypL54FhhJIQEa5Nw=
github.com/onflow/cadence-tools/lint v0.12.0-stable-cadence.1.0.20230918225240-b1fc85f88c80 h1:OWA1KgN07cLSwlrPnz4lu9oMvQY981FVO4cycLmJK4Q=
github.com/onflow/cadence-tools/lint v0.12.0-stable-cadence.1.0.20230918225240-b1fc85f88c80/go.mod h1:3PLrP7NnfYE2XxDEXDrmLw/KS90KA+VncS3QmT+NsOA=
github.com/onflow/cadence-tools/test v0.12.0-stable-cadence.1.0.20230918225240-b1fc85f88c80 h1:7bpw+mDfUHmrBIw15+AEfcDmhhCNIbugqdbss/K3McU=
github.com/onflow/cadence-tools/test v0.12.0-stable-cadence.1.0.20230918225240-b1fc85f88c80/go.mod h1:nQd2sGYkPL21JX7kxEhAGfiF5e2hXq8oEon3hue4Ijc=
github.com/onflow/cadence-tools/languageserver v0.33.0-stable-cadence.2 h1:luCPiBWZj0E8I4raZlV2P55+JGsc2PZfxyivEwIliP4=
github.com/onflow/cadence-tools/languageserver v0.33.0-stable-cadence.2/go.mod h1:zqmFzjW0A20z5okNT38BQNWXoG8wpLUPn6EgsWg3dOc=
github.com/onflow/cadence-tools/lint v0.12.0-stable-cadence.2 h1:nj30UJZCzJ9+saegvPQmmqg4p+6Sd6nFgX9J4Rb+x6g=
github.com/onflow/cadence-tools/lint v0.12.0-stable-cadence.2/go.mod h1:OiYR8YeH6IZmmQjS96X4rK3iEJhIVkuYRi5DSeIis4o=
github.com/onflow/cadence-tools/test v0.12.0-stable-cadence.2 h1:D6XkQ1IiknM1EKEmfXLXPpNuMOJZSoaOnzcknQ3sdXU=
github.com/onflow/cadence-tools/test v0.12.0-stable-cadence.2/go.mod h1:pUraXJsU0GIKXVZsqcBEGj3imx5LiFWAaFy8BOnIThI=
github.com/onflow/fcl-dev-wallet v0.7.2 h1:ZwhpzDakcZn9rHiIr52LwkdPh1MpUPbxA/PwCVaZ2SA=
github.com/onflow/fcl-dev-wallet v0.7.2/go.mod h1:kc42jkiuoPJmxMRFjfbRO9XvnR/3XLheaOerxVMDTiw=
github.com/onflow/flixkit-go v0.1.0 h1:3nH+1z+D+0YlmEJk9zYtvD8p4eUl2wJtiV6ZCgM7vYE=
Expand Down

0 comments on commit 4e0bfef

Please sign in to comment.