Skip to content

Commit

Permalink
Merge pull request #149 from arduino/update_lsp
Browse files Browse the repository at this point in the history
Update go-lsp to v0.1.1
  • Loading branch information
cmaglie authored Jan 10, 2023
2 parents dac624e + b5b1e28 commit 4467636
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
5 changes: 3 additions & 2 deletions .licenses/arduino-language-server/go/go.bug.st/lsp.dep.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: go.bug.st/lsp
version: v0.0.0-20220701124835-c1977441be8c
version: v0.1.1
type: go
summary:
summary:
homepage: https://pkg.go.dev/go.bug.st/lsp
license: bsd-3-clause
licenses:
Expand Down Expand Up @@ -42,3 +42,4 @@ licenses:
POSSIBILITY OF SUCH DAMAGE.
notices: []
...
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: go.bug.st/lsp/jsonrpc
version: v0.0.0-20220701124835-c1977441be8c
version: v0.1.1
type: go
summary:
summary:
homepage: https://pkg.go.dev/go.bug.st/lsp/jsonrpc
license: bsd-3-clause
licenses:
- sources: lsp@v0.0.0-20220701124835-c1977441be8c/LICENSE
- sources: lsp@v0.1.1/LICENSE
text: |2+
Copyright (c) 2021, Cristian Maglie.
Expand Down Expand Up @@ -42,3 +42,4 @@ licenses:
POSSIBILITY OF SUCH DAMAGE.
notices: []
...
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: go.bug.st/lsp/textedits
version: v0.0.0-20220701124835-c1977441be8c
version: v0.1.1
type: go
summary:
summary:
homepage: https://pkg.go.dev/go.bug.st/lsp/textedits
license: bsd-3-clause
licenses:
- sources: lsp@v0.0.0-20220701124835-c1977441be8c/LICENSE
- sources: lsp@v0.1.1/LICENSE
text: |2+
Copyright (c) 2021, Cristian Maglie.
Expand Down Expand Up @@ -42,3 +42,4 @@ licenses:
POSSIBILITY OF SUCH DAMAGE.
notices: []
...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
go.bug.st/json v1.15.6
go.bug.st/lsp v0.0.0-20220701124835-c1977441be8c
go.bug.st/lsp v0.1.1
google.golang.org/grpc v1.42.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ go.bug.st/downloader/v2 v2.1.1 h1:nyqbUizo3E2IxCCm4YFac4FtSqqFpqWP+Aae5GCMuw4=
go.bug.st/downloader/v2 v2.1.1/go.mod h1:VZW2V1iGKV8rJL2ZEGIDzzBeKowYv34AedJz13RzVII=
go.bug.st/json v1.15.6 h1:pvSpotu6f5JoCbx1TnKn6asVH7o9Tg2/GKsZSVzBOsc=
go.bug.st/json v1.15.6/go.mod h1:bh58F9adz5ePlNqtvbuXuXcf9k6IrDLKH6lJUsHP3TI=
go.bug.st/lsp v0.0.0-20220701124835-c1977441be8c h1:rdebuzKpFl6eLKoqOiKV7C0frI4LlpQbJ+48caNvchA=
go.bug.st/lsp v0.0.0-20220701124835-c1977441be8c/go.mod h1:oYTh1uf5hI1teV5crrWut41Pk8vD/NqIjs4zD+No5FE=
go.bug.st/lsp v0.1.1 h1:fr9LF17mk/3Qpay51McGhFZVdKhLZXDyrvkIUwtvvJ4=
go.bug.st/lsp v0.1.1/go.mod h1:oYTh1uf5hI1teV5crrWut41Pk8vD/NqIjs4zD+No5FE=
go.bug.st/relaxed-semver v0.9.0 h1:qt0T8W70VCurvsbxRK25fQwiTOFjkzwC/fDOpyPnchQ=
go.bug.st/relaxed-semver v0.9.0/go.mod h1:ug0/W/RPYUjliE70Ghxg77RDHmPxqpo7SHV16ijss7Q=
go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
Expand Down

0 comments on commit 4467636

Please sign in to comment.