aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go.mod
diff options
context:
space:
mode:
authorRobert Findley <rfindley@google.com>2021-10-11 12:22:52 -0400
committerRobert Findley <rfindley@google.com>2021-10-11 17:02:03 +0000
commit577bb7dba11ef2f6588664dcface13fba32bb354 (patch)
tree7dc7129c84e3906c022f53bec2c9fc52780d81a7 /src/cmd/go.mod
parentaa1c6f56398882fea0969396666004d6ea7ddd57 (diff)
downloadgo-577bb7dba11ef2f6588664dcface13fba32bb354.tar.gz
go-577bb7dba11ef2f6588664dcface13fba32bb354.zip
all: update vendored golang.org/x/tools
Now that x/tools/go/types/objectpath has been updates to support type parameters, I ran the following commands to update x/tools inside the cmd module: go get -d golang.org/x/tools@18fa840216958359dc43466f3e70d96add38edbb # main branch go mod tidy go mod vendor Updates #48588 Change-Id: Ibebc1ac2f721d6e2eb1a4f6c610918770d4879ed Reviewed-on: https://go-review.googlesource.com/c/go/+/355012 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'src/cmd/go.mod')
-rw-r--r--src/cmd/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go.mod b/src/cmd/go.mod
index c52a936b4e..5431def67a 100644
--- a/src/cmd/go.mod
+++ b/src/cmd/go.mod
@@ -8,7 +8,7 @@ require (
golang.org/x/mod v0.5.1-0.20210913215816-37dd6891021a
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
- golang.org/x/tools v0.1.6-0.20210904010709-360456621443
+ golang.org/x/tools v0.1.8-0.20211011152358-18fa84021695
)
require (