aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go.mod
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2020-10-14 08:14:44 -0400
committerThan McIntosh <thanm@google.com>2020-10-19 12:40:52 +0000
commit53094ac844c48b0574d5374348cc09d7649104c3 (patch)
tree1030ebe10b37bf113f7fb3626861509885454462 /src/cmd/go.mod
parentdd58239dd20f7002b3e219a477514b91dd0cc5fc (diff)
downloadgo-53094ac844c48b0574d5374348cc09d7649104c3.tar.gz
go-53094ac844c48b0574d5374348cc09d7649104c3.zip
cmd: go get golang.org/x/tools@d1624618 && go mod vendor
This brings in CL 262197, which enables handling of ABI selector syntax in the asmdecl checker. Updates #27539, #40724. Change-Id: I088f5eeacb3588ed49c4aa2277641049bf5b9083 Reviewed-on: https://go-review.googlesource.com/c/go/+/262318 Run-TryBot: Than McIntosh <thanm@google.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Than McIntosh <thanm@google.com> Reviewed-by: Austin Clements <austin@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com>
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 47165c2d66..04b5c2ee53 100644
--- a/src/cmd/go.mod
+++ b/src/cmd/go.mod
@@ -9,5 +9,5 @@ require (
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/mod v0.3.1-0.20200828183125-ce943fd02449
golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
- golang.org/x/tools v0.0.0-20201013174405-d88ec18c69c7
+ golang.org/x/tools v0.0.0-20201014170642-d1624618ad65
)