Skip to content

Commit

Permalink
update to Cadence v0.12.6, Go SDK v0.14.3, Flow Go v0.14.0, and Emula…
Browse files Browse the repository at this point in the history
…tor v0.14.2
  • Loading branch information
turbolent committed Feb 4, 2021
1 parent 4992efa commit b99dd8a
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 35 deletions.
12 changes: 4 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ module github.com/onflow/flow-cli
go 1.13

require (
github.com/magiconair/properties v1.8.1 // indirect
github.com/onflow/cadence v0.12.5
github.com/onflow/cadence/languageserver v0.12.6
github.com/onflow/flow-emulator v0.14.1
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
github.com/psiemens/sconfig v0.0.0-20190623041652-6e01eb1354fc
github.com/sirupsen/logrus v1.5.0 // indirect
github.com/spf13/cobra v0.0.7
google.golang.org/grpc v1.32.0
)

replace github.com/fxamacker/cbor/v2 => github.com/turbolent/cbor/v2 v2.2.1-0.20200911003300-cac23af49154
Loading

0 comments on commit b99dd8a

Please sign in to comment.