mirror of https://github.com/golang/go.git
29 lines
882 B
Modula-2
29 lines
882 B
Modula-2
module golang.org/x/tools/gopls
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/jba/printsrc v0.2.2
|
|
github.com/jba/templatecheck v0.6.0
|
|
github.com/sergi/go-diff v1.1.0
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
|
|
golang.org/x/tools v0.1.11-0.20220330174940-8e193c2ba95e
|
|
golang.org/x/vuln v0.0.0-20220503210553-a5481fb0c8be
|
|
honnef.co/go/tools v0.3.0
|
|
mvdan.cc/gofumpt v0.3.0
|
|
mvdan.cc/xurls/v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
|
github.com/google/safehtml v0.0.2 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|