|
1 | 1 | module github.com/onflow/flow-cli |
2 | 2 |
|
3 | | -go 1.13 |
| 3 | +go 1.16 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/a8m/envsubst v1.2.0 |
7 | | - github.com/getsentry/sentry-go v0.12.0 |
| 6 | + github.com/a8m/envsubst v1.3.0 |
| 7 | + github.com/getsentry/sentry-go v0.13.0 |
8 | 8 | github.com/go-git/go-git/v5 v5.4.2 |
9 | 9 | github.com/gosuri/uilive v0.0.4 |
10 | 10 | github.com/joho/godotenv v1.4.0 |
11 | 11 | github.com/manifoldco/promptui v0.9.0 |
12 | 12 | github.com/onflow/cadence v0.23.0 |
13 | 13 | github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831 |
14 | 14 | github.com/onflow/fcl-dev-wallet v0.4.2 |
15 | | - github.com/onflow/flow-core-contracts/lib/go/templates v0.10.1 |
| 15 | + github.com/onflow/flow-core-contracts/lib/go/templates v0.11.0 |
16 | 16 | github.com/onflow/flow-emulator v0.30.0 |
17 | 17 | github.com/onflow/flow-go v0.23.2-0.20220304145234-bf10d55c40fa |
18 | 18 | github.com/onflow/flow-go-sdk v0.24.0 |
19 | 19 | github.com/psiemens/sconfig v0.1.0 |
20 | | - github.com/spf13/afero v1.8.0 |
21 | | - github.com/spf13/cobra v1.3.0 |
22 | | - github.com/stretchr/testify v1.7.1-0.20210824115523-ab6dc3262822 |
23 | | - github.com/thoas/go-funk v0.7.0 |
24 | | - gonum.org/v1/gonum v0.9.3 |
25 | | - google.golang.org/grpc v1.44.0 |
| 20 | + github.com/spf13/afero v1.8.2 |
| 21 | + github.com/spf13/cobra v1.4.0 |
| 22 | + github.com/stretchr/testify v1.7.1 |
| 23 | + github.com/thoas/go-funk v0.9.2 |
| 24 | + gonum.org/v1/gonum v0.11.0 |
| 25 | + google.golang.org/grpc v1.45.0 |
26 | 26 | ) |
0 commit comments