зеркало из https://github.com/golang/tools.git
31 строка
889 B
Modula-2
31 строка
889 B
Modula-2
module golang.org/x/tools/gopls
|
|
|
|
// go 1.23.1 fixes some bugs in go/types Alias support.
|
|
// (golang/go#68894 and golang/go#68905).
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/jba/templatecheck v0.7.0
|
|
golang.org/x/mod v0.22.0
|
|
golang.org/x/sync v0.9.0
|
|
golang.org/x/sys v0.27.0
|
|
golang.org/x/telemetry v0.0.0-20241106142447-58a1122356f5
|
|
golang.org/x/text v0.20.0
|
|
golang.org/x/tools v0.21.1-0.20240531212143-b6235391adb3
|
|
golang.org/x/vuln v1.0.4
|
|
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-20231108232855-2478ac86f678 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|