Skip to content

neovim fix #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21.5'
go-version: '1.22.0'

- name: Build and Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-go-dependencies-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Go Dependencies

env:
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
GO_VERSION: "1.21.5"
GO_VERSION: "1.22.0"

# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Go

env:
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
GO_VERSION: "1.21.5"
GO_VERSION: "1.22.0"

# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
on:
Expand Down
46 changes: 46 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,52 @@ sources:
apps:
- source_path: ./

reviewed:
go:
- github.com/ProtonMail/go-crypto/bitcurves
- github.com/arduino/go-paths-helper
- github.com/arduino/go-properties-orderedmap
- go.bug.st/json
- golang.org/x/net/http2
- google.golang.org/protobuf
- golang.org/x/net/http2
- golang.org/x/net/internal/timeseries
- golang.org/x/net/trace
- golang.org/x/sys/unix
- google.golang.org/protobuf/encoding/protojson
- google.golang.org/protobuf/encoding/prototext
- google.golang.org/protobuf/encoding/protowire
- google.golang.org/protobuf/internal/descfmt
- google.golang.org/protobuf/internal/descopts
- google.golang.org/protobuf/internal/detrand
- google.golang.org/protobuf/internal/editiondefaults
- google.golang.org/protobuf/internal/encoding/defval
- google.golang.org/protobuf/internal/encoding/json
- google.golang.org/protobuf/internal/encoding/messageset
- google.golang.org/protobuf/internal/encoding/tag
- google.golang.org/protobuf/internal/encoding/text
- google.golang.org/protobuf/internal/errors
- google.golang.org/protobuf/internal/filedesc
- google.golang.org/protobuf/internal/filetype
- google.golang.org/protobuf/internal/flags
- google.golang.org/protobuf/internal/genid
- google.golang.org/protobuf/internal/impl
- google.golang.org/protobuf/internal/order
- google.golang.org/protobuf/internal/pragma
- google.golang.org/protobuf/internal/set
- google.golang.org/protobuf/internal/strs
- google.golang.org/protobuf/internal/version
- google.golang.org/protobuf/proto
- google.golang.org/protobuf/protoadapt
- google.golang.org/protobuf/reflect/protoreflect
- google.golang.org/protobuf/reflect/protoregistry
- google.golang.org/protobuf/runtime/protoiface
- google.golang.org/protobuf/runtime/protoimpl
- google.golang.org/protobuf/types/known/anypb
- google.golang.org/protobuf/types/known/durationpb
- google.golang.org/protobuf/types/known/timestamppb


# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/AGPL-3.0/.licensed.yml
allowed:
# The following are based on: https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
version: v1.0.3
type: go
summary:
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
license: gpl-3.0-only
summary:
homepage: https://godoc.org/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
license: other
licenses:
- sources: rpc/LICENSE.txt
text: |2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: github.com/arduino/go-paths-helper
version: v1.12.1
type: go
summary:
homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper
license: gpl-2.0-or-later
summary:
homepage: https://godoc.org/github.com/arduino/go-paths-helper
license: gpl-2.0
licenses:
- sources: LICENSE
text: |2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: github.com/arduino/go-properties-orderedmap
version: v1.8.1
type: go
summary: Package properties is a library for handling maps of hierarchical properties.
homepage: https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
license: gpl-2.0+
homepage: https://godoc.org/github.com/arduino/go-properties-orderedmap
license: gpl-2.0
licenses:
- sources: LICENSE
text: |2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v2.2.0
type: go
summary: Package discovery is a library for handling the Arduino Pluggable-Discovery
protocol (https://github.com/arduino/tooling-rfcs/blob/main/RFCs/0002-pluggable-discovery.md#pluggable-discovery-api-via-stdinstdout)
homepage: https://pkg.go.dev/github.com/arduino/pluggable-discovery-protocol-handler/v2
homepage: https://godoc.org/github.com/arduino/pluggable-discovery-protocol-handler/v2
license: other
licenses:
- sources: LICENSE.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.17.0
type: go
summary: Package color is an ANSI color package to output colorized or SGR defined
output to the standard output.
homepage: https://pkg.go.dev/github.com/fatih/color
homepage: https://godoc.org/github.com/fatih/color
license: mit
licenses:
- sources: LICENSE.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: github.com/mattn/go-colorable
version: v0.1.13
type: go
summary:
homepage: https://pkg.go.dev/github.com/mattn/go-colorable
summary:
homepage: https://godoc.org/github.com/mattn/go-colorable
license: mit
licenses:
- sources: LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github.com/mattn/go-isatty
version: v0.0.20
type: go
summary: Package isatty implements interface to isatty
homepage: https://pkg.go.dev/github.com/mattn/go-isatty
homepage: https://godoc.org/github.com/mattn/go-isatty
license: mit
licenses:
- sources: LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github.com/pkg/errors
version: v0.9.1
type: go
summary: Package errors provides simple error handling primitives.
homepage: https://pkg.go.dev/github.com/pkg/errors
homepage: https://godoc.org/github.com/pkg/errors
license: bsd-2-clause
licenses:
- sources: LICENSE
Expand Down
5 changes: 3 additions & 2 deletions .licenses/arduino-language-server/go/go.bug.st/json.dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: go.bug.st/json
version: v1.15.6
type: go
summary: Package json implements encoding and decoding of JSON as defined in RFC 7159.
homepage: https://pkg.go.dev/go.bug.st/json
license: bsd-3-clause
homepage: https://godoc.org/go.bug.st/json
license: other
licenses:
- sources: LICENSE
text: |2+
Expand All @@ -14,3 +14,4 @@ licenses:
- sources: README.md
text: 'The license is the same from the Golang source code: https://github.com/golang/go/blob/master/LICENSE'
notices: []
...
6 changes: 3 additions & 3 deletions .licenses/arduino-language-server/go/go.bug.st/lsp.dep.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: go.bug.st/lsp
version: v0.1.2
version: v0.1.3
type: go
summary:
homepage: https://pkg.go.dev/go.bug.st/lsp
summary: Package lsp is an implementation of a Language Server Protocol handler.
homepage: https://godoc.org/go.bug.st/lsp
license: bsd-3-clause
licenses:
- sources: LICENSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: go.bug.st/lsp/jsonrpc
version: v0.1.2
version: v0.1.3
type: go
summary:
homepage: https://pkg.go.dev/go.bug.st/lsp/jsonrpc
summary: Package jsonrpc is an implementation of a Language Server Protocol JSON-RPC
protocol.
homepage: https://godoc.org/go.bug.st/lsp/jsonrpc
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |2+

Copyright (c) 2021, Cristian Maglie.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: go.bug.st/lsp/textedits
version: v0.1.2
version: v0.1.3
type: go
summary:
homepage: https://pkg.go.dev/go.bug.st/lsp/textedits
homepage: https://godoc.org/go.bug.st/lsp/textedits
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |2+

Copyright (c) 2021, Cristian Maglie.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: go.bug.st/relaxed-semver
version: v0.12.0
type: go
summary:
homepage: https://pkg.go.dev/go.bug.st/relaxed-semver
summary:
homepage: https://godoc.org/go.bug.st/relaxed-semver
license: bsd-3-clause
licenses:
- sources: LICENSE
Expand Down Expand Up @@ -42,3 +42,4 @@ licenses:
POSSIBILITY OF SUCH DAMAGE.

notices: []
...
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: golang.org/x/net/http2
version: v0.25.0
type: go
summary: Package http2 implements the HTTP/2 protocol.
homepage: https://pkg.go.dev/golang.org/x/net/http2
license: bsd-3-clause
homepage: https://godoc.org/golang.org/x/net/http2
license: other
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: golang.org/x/net/internal/timeseries
version: v0.25.0
type: go
summary: Package timeseries implements a time series structure for stats collection.
homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries
license: bsd-3-clause
homepage: https://godoc.org/golang.org/x/net/internal/timeseries
license: other
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: golang.org/x/net/trace
version: v0.25.0
type: go
summary: Package trace implements tracing of requests and long-lived objects.
homepage: https://pkg.go.dev/golang.org/x/net/trace
license: bsd-3-clause
homepage: https://godoc.org/golang.org/x/net/trace
license: other
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: golang.org/x/sys/unix
version: v0.22.0
type: go
summary: Package unix contains an interface to the low-level operating system primitives.
homepage: https://pkg.go.dev/golang.org/x/sys/unix
license: bsd-3-clause
homepage: https://godoc.org/golang.org/x/sys/unix
license: other
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: google.golang.org/genproto/googleapis/rpc/status
version: v0.0.0-20240528184218-531527333157
type: go
summary:
homepage: https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc/status
summary:
homepage: https://godoc.org/google.golang.org/genproto/googleapis/rpc/status
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: google.golang.org/grpc
version: v1.65.0
type: go
summary: Package grpc implements an RPC system called gRPC.
homepage: https://pkg.go.dev/google.golang.org/grpc
homepage: https://godoc.org/google.golang.org/grpc
license: apache-2.0
licenses:
- sources: LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.65.0
type: go
summary: Package attributes defines a generic key/value store used in various gRPC
components.
homepage: https://pkg.go.dev/google.golang.org/grpc/attributes
homepage: https://godoc.org/google.golang.org/grpc/attributes
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: google.golang.org/grpc/backoff
version: v1.65.0
type: go
summary: Package backoff provides configuration options for backoff.
homepage: https://pkg.go.dev/google.golang.org/grpc/backoff
homepage: https://godoc.org/google.golang.org/grpc/backoff
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: google.golang.org/grpc/balancer
version: v1.65.0
type: go
summary: Package balancer defines APIs for load balancing in gRPC.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer
homepage: https://godoc.org/google.golang.org/grpc/balancer
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.65.0
type: go
summary: Package base defines a balancer base that can be used to build balancers
with different picking algorithms.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/base
homepage: https://godoc.org/google.golang.org/grpc/balancer/base
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.65.0
type: go
summary: Package state declares grpclb types to be set by resolvers wishing to pass
information to grpclb via resolver.State Attributes.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/grpclb/state
homepage: https://godoc.org/google.golang.org/grpc/balancer/grpclb/state
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: google.golang.org/grpc/balancer/pickfirst
version: v1.65.0
type: go
summary: Package pickfirst contains the pick_first load balancing policy.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/pickfirst
homepage: https://godoc.org/google.golang.org/grpc/balancer/pickfirst
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: google.golang.org/grpc/balancer/roundrobin
version: v1.65.0
type: go
summary: Package roundrobin defines a roundrobin balancer.
homepage: https://pkg.go.dev/google.golang.org/grpc/balancer/roundrobin
homepage: https://godoc.org/google.golang.org/grpc/balancer/roundrobin
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: google.golang.org/grpc/binarylog/grpc_binarylog_v1
version: v1.65.0
type: go
summary:
homepage: https://pkg.go.dev/google.golang.org/grpc/binarylog/grpc_binarylog_v1
summary:
homepage: https://godoc.org/google.golang.org/grpc/binarylog/grpc_binarylog_v1
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.65.0
type: go
summary: Package channelz exports internals of the channelz implementation as required
by other gRPC packages.
homepage: https://pkg.go.dev/google.golang.org/grpc/channelz
homepage: https://godoc.org/google.golang.org/grpc/channelz
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: google.golang.org/grpc/codes
version: v1.65.0
type: go
summary: Package codes defines the canonical error codes used by gRPC.
homepage: https://pkg.go.dev/google.golang.org/grpc/codes
homepage: https://godoc.org/google.golang.org/grpc/codes
license: apache-2.0
licenses:
- sources: [email protected]/LICENSE
Expand Down
Loading
Loading