Skip to content

Commit b99dd8a

Browse files
committed
update to Cadence v0.12.6, Go SDK v0.14.3, Flow Go v0.14.0, and Emulator v0.14.2
1 parent 4992efa commit b99dd8a

2 files changed

Lines changed: 221 additions & 35 deletions

File tree

go.mod

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ module github.com/onflow/flow-cli
33
go 1.13
44

55
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
6+
github.com/onflow/cadence v0.12.6
7+
github.com/onflow/cadence/languageserver v0.12.7
8+
github.com/onflow/flow-emulator v0.14.2
9+
github.com/onflow/flow-go-sdk v0.14.3
1110
github.com/psiemens/sconfig v0.0.0-20190623041652-6e01eb1354fc
12-
github.com/sirupsen/logrus v1.5.0 // indirect
1311
github.com/spf13/cobra v0.0.7
1412
google.golang.org/grpc v1.32.0
1513
)
16-
17-
replace github.com/fxamacker/cbor/v2 => github.com/turbolent/cbor/v2 v2.2.1-0.20200911003300-cac23af49154

0 commit comments

Comments
 (0)