go/src/cmd
Bryan C. Mills 62d424d794 cmd: update x/tools to pull in CL 315570
Since x/tools is now lazy, this removes a significant fraction of
otherwise-irrelevant dependencies from the go.sum file.

The remaining extraneous go.sum lines come from the dependency on
github.com/google/pprof. Since that module is outside of the Go
project proper, I do not plan to submit a PR to make it lazy until
after the Go 1.17 release.

For #36460
Updates #36905

Change-Id: I214492cf931fca797817124ecdcbccd4ebb7505b
Reviewed-on: https://go-review.googlesource.com/c/go/+/316452
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2021-05-04 15:37:42 +00:00
..
addr2line
api cmd/api: disallow silent API additions after api/go1.n.txt is created 2021-05-03 19:14:16 +00:00
asm cmd/asm: add check for register and shift/extension combination on arm64 2021-04-28 01:19:40 +00:00
buildid
cgo internal/buildcfg: move build configuration out of cmd/internal/objabi 2021-04-16 19:20:53 +00:00
compile cmd/compile: when compiling with -N, avoid entry block 2021-05-04 14:38:36 +00:00
cover cmd/cover: use golang.org/x/tools/cover directly 2021-03-25 20:57:58 +00:00
dist cmd/dist: disable misc/cgo/testsanitizers on ppc64le 2021-05-03 12:20:09 +00:00
doc cmd/doc: properly display interface methods 2021-03-19 03:05:26 +00:00
fix
go cmd/go/internal/modload: remove outdated comments and redundant tests 2021-05-04 15:30:20 +00:00
gofmt cmd/gofmt: always format non-directory arguments again 2021-04-30 16:17:01 +00:00
internal cmd/compile: add traceback argument info to ABI0 assembly functions 2021-05-03 15:53:36 +00:00
link cmd/link: unify text segment write 2021-05-03 16:20:10 +00:00
nm cmd/dist,runtime: support cgo on openbsd/mips64 2021-04-28 12:51:42 +00:00
objdump cmd/internal/objfile: emit better error for Go object of a different version 2021-04-30 16:53:35 +00:00
pack cmd/pack: use testing.T.TempDir in tests 2021-04-07 13:24:10 +00:00
pprof cmd/vendor, cmd/pprof: use golang.org/x/term directly 2021-03-26 06:03:20 +00:00
test2json
trace runtime: move next_gc and last_next_gc into gcControllerState 2021-04-14 14:03:30 +00:00
vendor cmd: update x/tools to pull in CL 315570 2021-05-04 15:37:42 +00:00
vet cmd/vet: bring in sigchanyzer to report unbuffered channels to signal.Notify 2021-03-08 23:13:52 +00:00
README.vendor
go.mod cmd: update x/tools to pull in CL 315570 2021-05-04 15:37:42 +00:00
go.sum cmd: update x/tools to pull in CL 315570 2021-05-04 15:37:42 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.