File tree 5 files changed +8
-6
lines changed
.licenses/arduino-language-server/go/go.bug.st 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : go.bug.st/lsp
3
- version : v0.1.1
3
+ version : v0.1.2
4
4
type : go
5
5
summary :
6
6
homepage : https://pkg.go.dev/go.bug.st/lsp
Original file line number Diff line number Diff line change 1
1
---
2
2
name : go.bug.st/lsp/jsonrpc
3
- version : v0.1.1
3
+ version : v0.1.2
4
4
type : go
5
5
summary :
6
6
homepage : https://pkg.go.dev/go.bug.st/lsp/jsonrpc
7
7
license : bsd-3-clause
8
8
licenses :
9
- - sources : lsp@v0.1.1 /LICENSE
9
+ - sources : lsp@v0.1.2 /LICENSE
10
10
text : |2+
11
11
12
12
Copyright (c) 2021, Cristian Maglie.
Original file line number Diff line number Diff line change 1
1
---
2
2
name : go.bug.st/lsp/textedits
3
- version : v0.1.1
3
+ version : v0.1.2
4
4
type : go
5
5
summary :
6
6
homepage : https://pkg.go.dev/go.bug.st/lsp/textedits
7
7
license : bsd-3-clause
8
8
licenses :
9
- - sources : lsp@v0.1.1 /LICENSE
9
+ - sources : lsp@v0.1.2 /LICENSE
10
10
text : |2+
11
11
12
12
Copyright (c) 2021, Cristian Maglie.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/pkg/errors v0.9.1
11
11
github.com/stretchr/testify v1.7.0
12
12
go.bug.st/json v1.15.6
13
- go.bug.st/lsp v0.1.1
13
+ go.bug.st/lsp v0.1.2
14
14
google.golang.org/grpc v1.42.0
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -306,6 +306,8 @@ go.bug.st/json v1.15.6 h1:pvSpotu6f5JoCbx1TnKn6asVH7o9Tg2/GKsZSVzBOsc=
306
306
go.bug.st/json v1.15.6 /go.mod h1:bh58F9adz5ePlNqtvbuXuXcf9k6IrDLKH6lJUsHP3TI =
307
307
go.bug.st/lsp v0.1.1 h1:fr9LF17mk/3Qpay51McGhFZVdKhLZXDyrvkIUwtvvJ4 =
308
308
go.bug.st/lsp v0.1.1 /go.mod h1:oYTh1uf5hI1teV5crrWut41Pk8vD/NqIjs4zD+No5FE =
309
+ go.bug.st/lsp v0.1.2 h1:/n2kJ5yow53nJ7gICUKxeB2G6H+pcsh4x+MEmzxoqsk =
310
+ go.bug.st/lsp v0.1.2 /go.mod h1:oYTh1uf5hI1teV5crrWut41Pk8vD/NqIjs4zD+No5FE =
309
311
go.bug.st/relaxed-semver v0.9.0 h1:qt0T8W70VCurvsbxRK25fQwiTOFjkzwC/fDOpyPnchQ =
310
312
go.bug.st/relaxed-semver v0.9.0 /go.mod h1:ug0/W/RPYUjliE70Ghxg77RDHmPxqpo7SHV16ijss7Q =
311
313
go.etcd.io/etcd/api/v3 v3.5.0 /go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs =
You can’t perform that action at this time.
0 commit comments