-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
32 lines (28 loc) · 917 Bytes
/
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
module github.com/ewen-lbh/hyprls
go 1.22.2
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/davecgh/go-spew v1.1.1
go.lsp.dev/jsonrpc2 v0.10.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
)
require (
github.com/andybalholm/cascadia v1.1.0 // indirect
go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 // indirect
go.lsp.dev/uri v0.3.0 // indirect
golang.org/x/net v0.0.0-20200320220750-118fecf932d8 // indirect
golang.org/x/text v0.3.0 // indirect
)
require (
github.com/MakeNowJust/heredoc v1.0.0
github.com/anaskhan96/soup v1.2.5
github.com/evorts/html-to-markdown v0.0.10
github.com/mazznoer/csscolorparser v0.1.3
github.com/metal3d/go-slugify v0.0.0-20160607203414-7ac2014b2f23
github.com/segmentio/asm v1.2.0 // indirect
github.com/segmentio/encoding v0.4.0 // indirect
github.com/yuin/goldmark v1.7.1
go.lsp.dev/protocol v0.12.0
golang.org/x/sys v0.19.0 // indirect
)