We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4992efa commit b99dd8aCopy full SHA for b99dd8a
2 files changed
go.mod
@@ -3,15 +3,11 @@ module github.com/onflow/flow-cli
3
go 1.13
4
5
require (
6
- github.com/magiconair/properties v1.8.1 // indirect
7
- github.com/onflow/cadence v0.12.5
8
- github.com/onflow/cadence/languageserver v0.12.6
9
- github.com/onflow/flow-emulator v0.14.1
10
- github.com/onflow/flow-go-sdk v0.14.2
+ github.com/onflow/cadence v0.12.6
+ github.com/onflow/cadence/languageserver v0.12.7
+ github.com/onflow/flow-emulator v0.14.2
+ github.com/onflow/flow-go-sdk v0.14.3
11
github.com/psiemens/sconfig v0.0.0-20190623041652-6e01eb1354fc
12
- github.com/sirupsen/logrus v1.5.0 // indirect
13
github.com/spf13/cobra v0.0.7
14
google.golang.org/grpc v1.32.0
15
)
16
-
17
-replace github.com/fxamacker/cbor/v2 => github.com/turbolent/cbor/v2 v2.2.1-0.20200911003300-cac23af49154
0 commit comments