Skip to content

Commit

Permalink
update to Cadence v0.9.1 and Flow Go SDK v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Oct 5, 2020
1 parent 0559535 commit af4a003
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 7 deletions.
6 changes: 3 additions & 3 deletions languageserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.13
require (
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/mapstructure v1.3.3
github.com/onflow/cadence v0.8.0
github.com/onflow/flow-go-sdk v0.9.0
github.com/onflow/cadence v0.9.1
github.com/onflow/flow-go-sdk v0.11.0
github.com/sourcegraph/jsonrpc2 v0.0.0-20191222043438-96c4efab7ee2
github.com/stretchr/testify v1.5.1
google.golang.org/grpc v1.30.0
google.golang.org/grpc v1.32.0
)

replace github.com/onflow/cadence => ../
Loading

0 comments on commit af4a003

Please sign in to comment.