]> Cypherpunks repositories - gostls13.git/commit
vendor/golang.org/x/tools: update to a09a2fb
authorAlan Donovan <adonovan@google.com>
Thu, 4 Sep 2025 19:29:52 +0000 (15:29 -0400)
committerAlan Donovan <adonovan@google.com>
Fri, 5 Sep 2025 16:33:49 +0000 (09:33 -0700)
commit0b1eed09a34f5a1e0a5c237bc9771eb036b35319
tree12af12d6ecc9a14c5d1ec6ecfa495bb8a64ccca1
parentf5b20689e9a055223a6dbb6b63f53648ed02cd74
vendor/golang.org/x/tools: update to a09a2fb

Notably, this includes unitchecker's -fix flag.

Also, fix one vet test that failed due to new diagnostic wording.

Change-Id: I87751083dcd9cc4b1d8dce7d54bb796c745436d0
Reviewed-on: https://go-review.googlesource.com/c/go/+/701195
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
18 files changed:
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags/fix.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags/flags.go
src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go
src/cmd/vendor/golang.org/x/tools/internal/diff/diff.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/diff/lcs/common.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/diff/lcs/doc.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/diff/lcs/git.sh [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/diff/lcs/labels.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/diff/lcs/old.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/diff/lcs/sequence.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/diff/merge.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/diff/ndiff.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/diff/unified.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/stdlib/deps.go
src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go
src/cmd/vendor/modules.txt