Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #458

Merged
merged 3 commits into from
Feb 2, 2022
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
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ require (
github.com/gosuri/uilive v0.0.4
github.com/joho/godotenv v1.4.0
github.com/manifoldco/promptui v0.9.0
github.com/onflow/cadence v0.20.2
github.com/onflow/cadence/languageserver v0.18.3-0.20220126162456-79571a12b7ff
github.com/onflow/flow-core-contracts/lib/go/templates v0.7.9
github.com/onflow/flow-emulator v0.27.3
github.com/onflow/flow-go v0.23.4
github.com/onflow/cadence v0.21.0
github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831
github.com/onflow/flow-core-contracts/lib/go/templates v0.9.0
github.com/onflow/flow-emulator v0.28.1
github.com/onflow/flow-go v0.23.2-0.20220201222302-cff34195a61a
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/afero v1.8.0
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/thoas/go-funk v0.7.0
Expand Down
Loading