Skip to content

Commit 1039163

Browse files
author
Gregor Gololicic
committed
update dependencies
1 parent 866aaac commit 1039163

File tree

2 files changed

+60
-149
lines changed

2 files changed

+60
-149
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
module github.com/onflow/flow-cli
22

3-
go 1.13
3+
go 1.16
44

55
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
88
github.com/go-git/go-git/v5 v5.4.2
99
github.com/gosuri/uilive v0.0.4
1010
github.com/joho/godotenv v1.4.0
1111
github.com/manifoldco/promptui v0.9.0
1212
github.com/onflow/cadence v0.23.0
1313
github.com/onflow/cadence/languageserver v0.18.3-0.20220202133308-207188a51831
1414
github.com/onflow/fcl-dev-wallet v0.4.1
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
1616
github.com/onflow/flow-emulator v0.30.0
1717
github.com/onflow/flow-go v0.23.2-0.20220304145234-bf10d55c40fa
1818
github.com/onflow/flow-go-sdk v0.24.0
1919
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
2626
)

0 commit comments

Comments
 (0)