mirror of https://github.com/golang/go.git
19 lines
411 B
Modula-2
19 lines
411 B
Modula-2
module golang.org/x/tools/gopls
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/jba/templatecheck v0.5.0
|
|
github.com/sanity-io/litter v1.5.0
|
|
github.com/sergi/go-diff v1.1.0
|
|
golang.org/x/mod v0.4.2
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
|
|
golang.org/x/tools v0.1.0
|
|
honnef.co/go/tools v0.1.3
|
|
mvdan.cc/gofumpt v0.1.1
|
|
mvdan.cc/xurls/v2 v2.2.0
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|