We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162db7f commit ff7d9bdCopy full SHA for ff7d9bd
go.mod
@@ -2,16 +2,12 @@ module github.com/arduino/arduino-language-server
2
3
go 1.12
4
5
-replace go.bug.st/lsp => ../lsp
6
-
7
-replace go.bug.st/json => ../go-json
8
9
require (
10
- github.com/arduino/arduino-cli v0.0.0-20201215104024-6a177ebf56f2
+ github.com/arduino/arduino-cli v0.0.0-20211105112240-8cae8809aad9
11
github.com/arduino/go-paths-helper v1.6.1
12
- github.com/fatih/color v1.7.0
+ github.com/fatih/color v1.13.0
13
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
+ github.com/stretchr/testify v1.7.0
+ go.bug.st/json v1.15.6
+ go.bug.st/lsp v0.0.0-20211109230950-26242be380a2
17
)
0 commit comments