From 3512ebf574070dbaaeb934f514c1a9ba1330b8f0 Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Mon, 16 Sep 2019 13:27:06 -0400 Subject: [PATCH] gopls: update go.mod Change-Id: Ie42b99e23d94d8a5f745cbfb81d943f7a4d73867 Reviewed-on: https://go-review.googlesource.com/c/tools/+/195657 Run-TryBot: Rebecca Stambler Reviewed-by: Ian Cottrell --- gopls/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => ../