Skip to content

Commit 99b8099

Browse files
cuonglmgopherbot
authored andcommitted
cmd: go get golang.org/x/tools@74c255b and revendor
go get golang.org/x/tools@74c255b # CL 519295 go mod tidy go mod vendor Pulling in the fix for unnecessary dependency on *types.StdSizes, which is non guaranteed behavior. Updates #61035 Change-Id: Ifb04bab060343b6a849980db6bb65da9889b4665 Reviewed-on: https://go-review.googlesource.com/c/go/+/520435 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Auto-Submit: Bryan Mills <[email protected]> Run-TryBot: Cuong Manh Le <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 1038fc2 commit 99b8099

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

src/cmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
golang.org/x/sync v0.3.0
1010
golang.org/x/sys v0.11.1-0.20230809150802-ee578879d89c
1111
golang.org/x/term v0.11.0
12-
golang.org/x/tools v0.12.1-0.20230809190736-59fd05da6bc1
12+
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846
1313
)
1414

1515
require github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab // indirect

src/cmd/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ golang.org/x/sys v0.11.1-0.20230809150802-ee578879d89c h1:2aG9DV1z3tUfHVJRevogC4
1212
golang.org/x/sys v0.11.1-0.20230809150802-ee578879d89c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1313
golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0=
1414
golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU=
15-
golang.org/x/tools v0.12.1-0.20230809190736-59fd05da6bc1 h1:lOyXDTLvOo2yR4Lca/u2uape32O+leQ3+TUM9YqYh1Y=
16-
golang.org/x/tools v0.12.1-0.20230809190736-59fd05da6bc1/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM=
15+
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 h1:Vve/L0v7CXXuxUmaMGIEK/dEeq7uiqb5qBgQrZzIE7E=
16+
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM=

src/cmd/vendor/golang.org/x/tools/go/analysis/passes/copylock/copylock.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ golang.org/x/sys/windows
4646
# golang.org/x/term v0.11.0
4747
## explicit; go 1.17
4848
golang.org/x/term
49-
# golang.org/x/tools v0.12.1-0.20230809190736-59fd05da6bc1
49+
# golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846
5050
## explicit; go 1.18
5151
golang.org/x/tools/cmd/bisect
5252
golang.org/x/tools/cover

0 commit comments

Comments
 (0)