1
0
mirror of https://github.com/golang/go synced 2024-11-18 10:24:42 -07:00

internal/lsp: update to latest version of x/tools

The fix for golang/go#29313 just went in, so update so people can fetch
it more easily.

Change-Id: I60fda011dfdd62d5de429834a6692f6b21074f0d
Reviewed-on: https://go-review.googlesource.com/c/tools/+/194377
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
Rebecca Stambler 2019-09-09 15:30:30 -04:00
parent 75be6cdcda
commit 0673112484

View File

@ -2,6 +2,6 @@ module golang.org/x/tools/gopls
go 1.11
require golang.org/x/tools v0.0.0-20190904201204-7dc6b39912d7
require golang.org/x/tools v0.0.0-20190909191543-dab579b76279
replace golang.org/x/tools => ../