1
0
mirror of https://github.com/golang/go synced 2024-10-01 06:28:35 -06:00
go/gopls/go.mod

13 lines
239 B
Modula-2
Raw Normal View History

module golang.org/x/tools/gopls
go 1.13
require (
github.com/sergi/go-diff v1.1.0
golang.org/x/tools v0.0.0-20200515220128-d3bf790afa53
honnef.co/go/tools v0.0.1-2020.1.4
mvdan.cc/xurls/v2 v2.2.0
)
replace golang.org/x/tools => ../