-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #481 from onflow/improvement/update-deps
update dependencies
- Loading branch information
Showing
2 changed files
with
60 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
module github.com/onflow/flow-cli | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/a8m/envsubst v1.2.0 | ||
github.com/getsentry/sentry-go v0.12.0 | ||
github.com/a8m/envsubst v1.3.0 | ||
github.com/getsentry/sentry-go v0.13.0 | ||
github.com/go-git/go-git/v5 v5.4.2 | ||
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.23.0 | ||
github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831 | ||
github.com/onflow/fcl-dev-wallet v0.4.1 | ||
github.com/onflow/flow-core-contracts/lib/go/templates v0.10.1 | ||
github.com/onflow/flow-core-contracts/lib/go/templates v0.11.0 | ||
github.com/onflow/flow-emulator v0.30.0 | ||
github.com/onflow/flow-go v0.23.2-0.20220304145234-bf10d55c40fa | ||
github.com/onflow/flow-go-sdk v0.24.0 | ||
github.com/psiemens/sconfig v0.1.0 | ||
github.com/spf13/afero v1.8.0 | ||
github.com/spf13/cobra v1.3.0 | ||
github.com/stretchr/testify v1.7.1-0.20210824115523-ab6dc3262822 | ||
github.com/thoas/go-funk v0.7.0 | ||
gonum.org/v1/gonum v0.9.3 | ||
google.golang.org/grpc v1.44.0 | ||
github.com/spf13/afero v1.8.2 | ||
github.com/spf13/cobra v1.4.0 | ||
github.com/stretchr/testify v1.7.1 | ||
github.com/thoas/go-funk v0.9.2 | ||
gonum.org/v1/gonum v0.11.0 | ||
google.golang.org/grpc v1.45.0 | ||
) |
Oops, something went wrong.