From 469f030dcaad765b3a40b2e0a88f4000357e61be Mon Sep 17 00:00:00 2001 From: Robert Findley Date: Thu, 2 Dec 2021 12:36:28 -0500 Subject: all: update vendored golang.org/x/tools Update the vendored x/tools to pick up CL 364678, which updates vet analyzers following a change to the underlying of type parameters. This also pulls in significant changes to the typeutil package to support new constructs in typeutil.Map, but this is not used by vet. The following commands were used: go get -d golang.org/x/tools@e212aff8fd146c44ddb0167c1dfbd5531d6c9213 go mod tidy go mod vendor Fixes #49855 Change-Id: I3ffc59f3693710c83b81d390999aeabc8043723b Reviewed-on: https://go-review.googlesource.com/c/go/+/368774 Trust: Robert Findley Reviewed-by: Dmitri Shuralyov Reviewed-by: Robert Griesemer Run-TryBot: Dmitri Shuralyov TryBot-Result: Gopher Robot --- src/cmd/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/go.mod') diff --git a/src/cmd/go.mod b/src/cmd/go.mod index 75a93e6bd1..833c7d7b1f 100644 --- a/src/cmd/go.mod +++ b/src/cmd/go.mod @@ -8,7 +8,7 @@ require ( golang.org/x/mod v0.6.0-dev.0.20211102181907-3a5865c02020 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 - golang.org/x/tools v0.1.8-0.20211116011028-4adea5033c5c + golang.org/x/tools v0.1.8-0.20211202032535-e212aff8fd14 ) require ( -- cgit v1.3-5-g9baa