Skip to content

Commit

Permalink
Merge pull request #481 from onflow/improvement/update-deps
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
sideninja authored Mar 25, 2022
2 parents 93be183 + 1039163 commit eba7d88
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 149 deletions.
20 changes: 10 additions & 10 deletions go.mod
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
)
Loading

0 comments on commit eba7d88

Please sign in to comment.