File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ version: "3"
19
19
20
20
vars :
21
21
CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
22
- GO_VERSION : " 1.21.5 "
22
+ GO_VERSION : " 1.22.8 "
23
23
24
24
tasks :
25
25
Windows_32bit :
Original file line number Diff line number Diff line change 1
1
module github.com/arduino/arduino-language-server
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.21.5
5
+ toolchain go1.22.8
6
6
7
7
require (
8
8
github.com/arduino/arduino-cli v1.0.3
9
9
github.com/arduino/go-paths-helper v1.12.1
10
10
github.com/fatih/color v1.17.0
11
11
github.com/mattn/go-isatty v0.0.20
12
12
github.com/pkg/errors v0.9.1
13
+ github.com/speelbarrow/go-lsp v0.1.3-0.20241103174834-500dcc6c0850
13
14
github.com/stretchr/testify v1.9.0
14
15
go.bug.st/json v1.15.6
15
16
go.bug.st/lsp v0.1.2
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH
37
37
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
38
38
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
39
39
github.com/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
40
+ github.com/speelbarrow/go-lsp v0.1.3-0.20241103164431-cf1c00fb5806 h1:qfnv3wigSjzcnsNHlLX0meKsU5H7IoRYcnaXPgReQm4 =
41
+ github.com/speelbarrow/go-lsp v0.1.3-0.20241103164431-cf1c00fb5806 /go.mod h1:gAUjofIinATc1DRErYVSHgUpMeX3Vvxg8DH3qvb3mvM =
42
+ github.com/speelbarrow/go-lsp v0.1.3-0.20241103174834-500dcc6c0850 /go.mod h1:g2RuYIqmiCRpSLLgapD+hmZoDMeB2eDWd+ewttl41mw =
40
43
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
41
44
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
42
45
github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
You can’t perform that action at this time.
0 commit comments