Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ require (
github.com/gosuri/uilive v0.0.4
github.com/joho/godotenv v1.3.0
github.com/manifoldco/promptui v0.8.0
github.com/onflow/cadence v0.19.1
github.com/onflow/cadence v0.20.1
github.com/onflow/cadence/languageserver v0.18.3-0.20211005105715-3c618f0fcd10
github.com/onflow/flow-core-contracts/lib/go/templates v0.7.9
github.com/onflow/flow-emulator v0.24.0
github.com/onflow/flow-go v0.22.9
github.com/onflow/flow-go-sdk v0.23.0
github.com/onflow/flow-emulator v0.26.0
github.com/onflow/flow-go v0.23.2-0.20211125195119-1ee2fc2dd5d9
github.com/onflow/flow-go-sdk v0.24.0
github.com/psiemens/sconfig v0.1.0
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
Expand Down
Loading