-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (36 loc) · 1.5 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/gunk/gunkls
go 1.17
require (
github.com/gunk/gunk v0.11.3
github.com/kenshaw/snaker v0.2.0
go.lsp.dev/jsonrpc2 v0.9.0
go.lsp.dev/protocol v0.11.2
go.lsp.dev/uri v0.3.0
golang.org/x/tools v0.1.9
)
require (
github.com/emicklei/proto v1.9.2 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.3 // indirect
github.com/gunk/opt v0.2.1-0.20220411112112-14f18e6a3666 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/karelbilek/dirchanges v0.0.0-20210218071031-880a92f1a313 // indirect
github.com/kenshaw/ini v0.5.1 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/segmentio/encoding v0.2.7 // indirect
github.com/spf13/cobra v1.4.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xo/ecosystem v0.0.0-20220509071343-c9f9b51c8b84 // indirect
go.lsp.dev/pkg v0.0.0-20210323044036-f7deec69b52e // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20211013180041-c96bc1413d57 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20220202230416-2a053f022f0d // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
mvdan.cc/gofumpt v0.3.0 // indirect
)