diff --git a/gopls/go.mod b/gopls/go.mod index 4a3c6124ad..fcd0d7e973 100644 --- a/gopls/go.mod +++ b/gopls/go.mod @@ -2,6 +2,6 @@ module golang.org/x/tools/gopls go 1.11 -require golang.org/x/tools v0.0.0-20190911193649-b13fa046aa37 +require golang.org/x/tools v0.0.0-20190911225940-c7d52e45e2f2 replace golang.org/x/tools => ../