@@ -3,18 +3,20 @@ module config-lsp
3
3
go 1.22.5
4
4
5
5
require (
6
+ github.com/antlr4-go/antlr/v4 v4.13.1
7
+ github.com/emirpasic/gods v1.18.1
8
+ github.com/google/go-cmp v0.6.0
9
+ github.com/k0kubun/pp v3.0.1+incompatible
6
10
github.com/tliron/commonlog v0.2.17
7
11
github.com/tliron/glsp v0.2.2
12
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
8
13
)
9
14
10
15
require (
11
- github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
12
16
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
13
- github.com/emirpasic/gods v1.18.1 // indirect
14
- github.com/google/go-cmp v0.6.0 // indirect
15
17
github.com/gorilla/websocket v1.5.3 // indirect
16
18
github.com/iancoleman/strcase v0.3.0 // indirect
17
- github.com/k0kubun/pp v3 .0.1+incompatible // indirect
19
+ github.com/k0kubun/colorstring v0 .0.0-20150214042306-9440f1994b88 // indirect
18
20
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
19
21
github.com/mattn/go-colorable v0.1.13 // indirect
20
22
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -28,7 +30,6 @@ require (
28
30
github.com/sourcegraph/jsonrpc2 v0.2.0 // indirect
29
31
github.com/tliron/kutil v0.3.24 // indirect
30
32
golang.org/x/crypto v0.25.0 // indirect
31
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
32
33
golang.org/x/sys v0.22.0 // indirect
33
34
golang.org/x/term v0.22.0 // indirect
34
35
)
0 commit comments