Skip to content

Commit 1daeb70

Browse files
authored
Merge pull request #38 from bcmi-labs/big-refactoring
Big refactoring
2 parents a42ba9f + c2c6d96 commit 1daeb70

26 files changed

+3703
-1530
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ module github.com/bcmi-labs/arduino-language-server
33
go 1.12
44

55
require (
6-
github.com/gorilla/websocket v1.4.0 // indirect
7-
github.com/pkg/errors v0.8.1
8-
github.com/sourcegraph/go-lsp v0.0.0-20181119182933-0c7d621186c1
9-
github.com/sourcegraph/jsonrpc2 v0.0.0-20190106185902-35a74f039c6a
6+
github.com/arduino/arduino-cli v0.0.0-20201215104024-6a177ebf56f2
7+
github.com/arduino/go-paths-helper v1.4.0
8+
github.com/pkg/errors v0.9.1
9+
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37
10+
github.com/stretchr/testify v1.6.1
1011
)

go.sum

Lines changed: 388 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)