File tree Expand file tree Collapse file tree 2 files changed +513
-140
lines changed
Expand file tree Collapse file tree 2 files changed +513
-140
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,12 @@ module github.com/arduino/arduino-language-server
22
33go 1.12
44
5- replace go.bug.st/lsp => ../lsp
6-
7- replace go.bug.st/json => ../go-json
8-
95require (
10- github.com/arduino/arduino-cli v0.0.0-20201215104024-6a177ebf56f2
6+ github.com/arduino/arduino-cli v0.0.0-20211105112240-8cae8809aad9
117 github.com/arduino/go-paths-helper v1.6.1
12- github.com/fatih/color v1.7 .0
8+ github.com/fatih/color v1.13 .0
139 github.com/pkg/errors v0.9.1
14- github.com/stretchr/testify v1.6.1
15- go.bug.st/json v1.0.0
16- go.bug.st/lsp v0.0.0-00010101000000-000000000000
10+ github.com/stretchr/testify v1.7.0
11+ go.bug.st/json v1.15.6
12+ go.bug.st/lsp v0.0.0-20211109230950-26242be380a2
1713)
You can’t perform that action at this time.
0 commit comments