diff --git a/gopls/go.mod b/gopls/go.mod index fcd0d7e973..45b1a67fa2 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-20190911225940-c7d52e45e2f2 +require golang.org/x/tools v0.0.0-20190916172013-cb62a53de387 replace golang.org/x/tools => ../