mirror of https://github.com/golang/go.git
19 lines
435 B
Modula-2
19 lines
435 B
Modula-2
module golang.org/x/tools/gopls
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/jba/templatecheck v0.5.0
|
|
github.com/sanity-io/litter v1.3.0
|
|
github.com/sergi/go-diff v1.1.0
|
|
golang.org/x/mod v0.4.1
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
golang.org/x/tools v0.1.0
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
honnef.co/go/tools v0.1.1
|
|
mvdan.cc/gofumpt v0.1.0
|
|
mvdan.cc/xurls/v2 v2.2.0
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|