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