-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
Copy pathgo.mod
28 lines (25 loc) · 922 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
module golang.org/x/tools/gopls
// go 1.23.1 fixes some bugs in go/types Alias support (golang/go#68894, golang/go#68905).
// go 1.23.4 fixes a miscompilation of range-over-func (golang/go#70035).
go 1.23.4
require (
github.com/google/go-cmp v0.6.0
github.com/jba/templatecheck v0.7.1
golang.org/x/mod v0.23.0
golang.org/x/sync v0.11.0
golang.org/x/sys v0.30.0
golang.org/x/telemetry v0.0.0-20241220003058-cc96b6e0d3d9
golang.org/x/text v0.22.0
golang.org/x/tools v0.30.1-0.20250221230316-5055f70f240c
golang.org/x/vuln v1.1.3
gopkg.in/yaml.v3 v3.0.1
honnef.co/go/tools v0.5.1
mvdan.cc/gofumpt v0.7.0
mvdan.cc/xurls/v2 v2.5.0
)
require (
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
github.com/google/safehtml v0.1.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20241210194714-1829a127f884 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)