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-20200626171337-aa94e735be7f | |
honnef.co/go/tools v0.0.1-2020.1.4 | |
mvdan.cc/gofumpt v0.0.0-20200709182408-4fd085cb6d5f | |
mvdan.cc/xurls/v2 v2.2.0 | |
) | |
replace golang.org/x/tools => ../ |