Skip to content

Commit fcb4d28

Browse files
committed
Update go-lsp to v0.1.0
Fix: bugst/go-lsp#1
1 parent 63dac5e commit fcb4d28

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

Diff for: .licenses/arduino-language-server/go/go.bug.st/lsp.dep.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: go.bug.st/lsp
3-
version: v0.0.0-20220701124835-c1977441be8c
3+
version: v0.1.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/go.bug.st/lsp
77
license: bsd-3-clause
88
licenses:
@@ -42,3 +42,4 @@ licenses:
4242
POSSIBILITY OF SUCH DAMAGE.
4343
4444
notices: []
45+
...

Diff for: .licenses/arduino-language-server/go/go.bug.st/lsp/jsonrpc.dep.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: go.bug.st/lsp/jsonrpc
3-
version: v0.0.0-20220701124835-c1977441be8c
3+
version: v0.1.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/go.bug.st/lsp/jsonrpc
77
license: bsd-3-clause
88
licenses:
9-
- sources: lsp@v0.0.0-20220701124835-c1977441be8c/LICENSE
9+
- sources: lsp@v0.1.0/LICENSE
1010
text: |2+
1111
1212
Copyright (c) 2021, Cristian Maglie.
@@ -42,3 +42,4 @@ licenses:
4242
POSSIBILITY OF SUCH DAMAGE.
4343
4444
notices: []
45+
...

Diff for: .licenses/arduino-language-server/go/go.bug.st/lsp/textedits.dep.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: go.bug.st/lsp/textedits
3-
version: v0.0.0-20220701124835-c1977441be8c
3+
version: v0.1.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/go.bug.st/lsp/textedits
77
license: bsd-3-clause
88
licenses:
9-
- sources: lsp@v0.0.0-20220701124835-c1977441be8c/LICENSE
9+
- sources: lsp@v0.1.0/LICENSE
1010
text: |2+
1111
1212
Copyright (c) 2021, Cristian Maglie.
@@ -42,3 +42,4 @@ licenses:
4242
POSSIBILITY OF SUCH DAMAGE.
4343
4444
notices: []
45+
...

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/pkg/errors v0.9.1
1111
github.com/stretchr/testify v1.7.0
1212
go.bug.st/json v1.15.6
13-
go.bug.st/lsp v0.0.0-20220701124835-c1977441be8c
13+
go.bug.st/lsp v0.1.0
1414
google.golang.org/grpc v1.42.0
1515
)
1616

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ go.bug.st/downloader/v2 v2.1.1 h1:nyqbUizo3E2IxCCm4YFac4FtSqqFpqWP+Aae5GCMuw4=
304304
go.bug.st/downloader/v2 v2.1.1/go.mod h1:VZW2V1iGKV8rJL2ZEGIDzzBeKowYv34AedJz13RzVII=
305305
go.bug.st/json v1.15.6 h1:pvSpotu6f5JoCbx1TnKn6asVH7o9Tg2/GKsZSVzBOsc=
306306
go.bug.st/json v1.15.6/go.mod h1:bh58F9adz5ePlNqtvbuXuXcf9k6IrDLKH6lJUsHP3TI=
307-
go.bug.st/lsp v0.0.0-20220701124835-c1977441be8c h1:rdebuzKpFl6eLKoqOiKV7C0frI4LlpQbJ+48caNvchA=
308-
go.bug.st/lsp v0.0.0-20220701124835-c1977441be8c/go.mod h1:oYTh1uf5hI1teV5crrWut41Pk8vD/NqIjs4zD+No5FE=
307+
go.bug.st/lsp v0.1.0 h1:iCywCCI3Ok8ctkDoWrg24SSzRjILb2kmAtcsyJ6t1U8=
308+
go.bug.st/lsp v0.1.0/go.mod h1:oYTh1uf5hI1teV5crrWut41Pk8vD/NqIjs4zD+No5FE=
309309
go.bug.st/relaxed-semver v0.9.0 h1:qt0T8W70VCurvsbxRK25fQwiTOFjkzwC/fDOpyPnchQ=
310310
go.bug.st/relaxed-semver v0.9.0/go.mod h1:ug0/W/RPYUjliE70Ghxg77RDHmPxqpo7SHV16ijss7Q=
311311
go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=

0 commit comments

Comments
 (0)