File tree 29 files changed +42
-28
lines changed
29 files changed +42
-28
lines changed Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change
1
+ //
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
+ // Use of this source code is governed by a BSD-style
4
+ // license that can be found in the LICENSE file.
5
+ //
6
+
7
+ // lsp is an implementation of a Language Server Protocol handler.
8
+ package lsp
Original file line number Diff line number Diff line change 1
1
module go.bug.st/lsp
2
2
3
- go 1.15
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/arduino/go-paths-helper v1.6.1
7
7
github.com/davecgh/go-spew v1.1.0
8
8
github.com/stretchr/testify v1.6.1
9
9
go.bug.st/json v1.15.6
10
10
)
11
+
12
+ require (
13
+ github.com/pkg/errors v0.9.1 // indirect
14
+ github.com/pmezard/go-difflib v1.0.0 // indirect
15
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
16
+ )
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright 2021 Cristian Maglie. All rights reserved.
2
+ // Copyright 2024 Cristian Maglie. All rights reserved.
3
3
// Use of this source code is governed by a BSD-style
4
4
// license that can be found in the LICENSE file.
5
5
//
You can’t perform that action at this time.
0 commit comments