From 735ed62f40b9f271aa93d31e3f11b6453e310764 Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Mon, 26 Apr 2021 22:32:32 -0400 Subject: [PATCH] gopls: tidy module Change-Id: Id46de70e0ca1670cb2ba0cd0961b49896e5384fd Reviewed-on: https://go-review.googlesource.com/c/tools/+/313929 Trust: Rebecca Stambler Run-TryBot: Rebecca Stambler gopls-CI: kokoro TryBot-Result: Go Bot Reviewed-by: Robert Findley --- gopls/go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/gopls/go.mod b/gopls/go.mod index a2a8ff21050..b1f04e4e165 100644 --- a/gopls/go.mod +++ b/gopls/go.mod @@ -9,7 +9,6 @@ require ( golang.org/x/mod v0.4.2 golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 golang.org/x/tools v0.1.0 - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 honnef.co/go/tools v0.1.3 mvdan.cc/gofumpt v0.1.1 mvdan.cc/xurls/v2 v2.2.0