diff --git a/gopls/go.mod b/gopls/go.mod index 9a8d42d483..7bdf7d2e66 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-20190723021737-8bb11ff117ca +require golang.org/x/tools v0.0.0-20190904201204-7dc6b39912d7 replace golang.org/x/tools => ../