]> Cypherpunks repositories - gostls13.git/commit
cmd: refresh cmd/vendor to match 'go mod vendor'
authorBryan C. Mills <bcmills@google.com>
Thu, 28 Feb 2019 21:21:48 +0000 (16:21 -0500)
committerBryan C. Mills <bcmills@google.com>
Mon, 11 Mar 2019 20:27:03 +0000 (20:27 +0000)
commit756a69c6c9d4c7d203e3c38d865240d5e5720efb
tree2fd8b44ed7b0c256e86f0babcfc011bd98951e21
parent486ca37b14f56b2e125fc3afbd900a5369532043
cmd: refresh cmd/vendor to match 'go mod vendor'

This change preserves the maximum versions from cmd/vendor/vendor.json
where feasible, but bumps the versions of x/sys (for CL 162987) and
x/tools (for CL 162989 and CL 160837) so that 'go test all' passes in
module mode when run from a working directory in src/cmd.

A small change to cmd/vet (not vendored) was necessary to preserve its
flag behavior given a pristine copy of x/tools; see CL 162989 for more
detail.

This change was generated by running 'go mod vendor' at CL 164622.
(Welcoooome to the fuuuuuture!)

Updates #30228
Updates #30241

Change-Id: I889590318dc857d4a6e20c3023d09a27128d8255
Reviewed-on: https://go-review.googlesource.com/c/go/+/164618
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
286 files changed:
misc/nacl/testzip.proto
src/cmd/go.sum [new file with mode: 0644]
src/cmd/vendor/README [deleted file]
src/cmd/vendor/github.com/google/pprof/AUTHORS [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/CONTRIBUTORS [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/disasm_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/build_mac.sh [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/exe_linux_64 [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/exe_mac_64 [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/exe_mac_64.dSYM/Contents/Info.plist [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/exe_mac_64.dSYM/Contents/Resources/DWARF/exe_mac_64 [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/fake-llvm-symbolizer [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/lib_mac_64 [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/lib_mac_64.dSYM/Contents/Info.plist [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/lib_mac_64.dSYM/Contents/Resources/DWARF/lib_mac_64 [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/malformed_elf [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/malformed_macho [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/driver_focus.go
src/cmd/vendor/github.com/google/pprof/internal/driver/driver_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/fetch_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/flags.go
src/cmd/vendor/github.com/google/pprof/internal/driver/interactive_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/cppbench.contention [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/cppbench.cpu [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/cppbench.small.contention [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/file1000.src [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/file2000.src [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/file3000.src [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/go.crc32.cpu [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/go.nomappings.crash [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.contention.cum.files.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.contention.flat.addresses.dot.focus.ignore [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.call_tree.callgrind [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.callgrind [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.comments [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.cum.lines.text.focus.hide [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.cum.lines.text.hide [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.cum.lines.text.show [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.cum.lines.topproto.hide [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.cum.lines.tree.show_from [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.addresses.disasm [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.addresses.noinlines.text [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.addresses.weblist [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.filefunctions.noinlines.text [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.functions.call_tree.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.functions.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.functions.noinlines.text [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.functions.text [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.lines.topproto [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.peek [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.tags [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.tags.focus.ignore [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.traces [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpusmall.flat.addresses.tree [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.callgrind [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.comments [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.cum.lines.tree.focus [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.cum.relative_percentages.tree.focus [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.files.seconds.text [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.files.text [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.files.text.focus [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.inuse_objects.text [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.inuse_space.dot.focus [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.inuse_space.dot.focus.ignore [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.lines.dot.focus [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.tags [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.tags.unit [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap_alloc.flat.alloc_objects.text [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap_alloc.flat.alloc_space.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap_alloc.flat.alloc_space.dot.focus [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap_alloc.flat.alloc_space.dot.hide [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap_request.tags.focus [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap_sizetags.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap_tags.traces [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.longNameFuncs.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.longNameFuncs.text [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.unknown.flat.functions.call_tree.text [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/driver/webui.go
src/cmd/vendor/github.com/google/pprof/internal/driver/webui_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/elfexec/elfexec_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/graph/dotgraph_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/graph/graph.go
src/cmd/vendor/github.com/google/pprof/internal/graph/graph_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose1.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose2.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose3.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose4.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose5.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose6.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/measurement/measurement_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/proftest/proftest.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/report/report_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/report/source_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/README.md [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample.bin [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample.cpu [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample/sample.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/source.dot [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/source.rpt [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/source1 [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/source2 [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/symbolizer/symbolizer_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/internal/symbolz/symbolz_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/filter_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/index_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/legacy_profile_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/merge_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/profile_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/proto_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/prune_test.go [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.contention [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.contention.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.cpu [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.cpu.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.growth [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.growth.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.heap [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.heap.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread.all [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread.all.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread.none [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread.none.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/go.crc32.cpu [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/go.crc32.cpu.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/go.godoc.thread [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/go.godoc.thread.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/gobench.cpu [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/gobench.cpu.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/gobench.heap [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/gobench.heap.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.contention [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.contention.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.cpu [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.cpu.string [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.heap [deleted file]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.heap.string [deleted file]
src/cmd/vendor/github.com/ianlancetaylor/demangle/.gitignore [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/ast_test.go [deleted file]
src/cmd/vendor/github.com/ianlancetaylor/demangle/c++filt.go [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle_test.go [deleted file]
src/cmd/vendor/github.com/ianlancetaylor/demangle/expected_test.go [deleted file]
src/cmd/vendor/github.com/ianlancetaylor/demangle/testdata/demangle-expected [deleted file]
src/cmd/vendor/golang.org/x/arch/AUTHORS [new file with mode: 0644]
src/cmd/vendor/golang.org/x/arch/CONTRIBUTORS [new file with mode: 0644]
src/cmd/vendor/golang.org/x/arch/LICENSE [new file with mode: 0644]
src/cmd/vendor/golang.org/x/arch/PATENTS [new file with mode: 0644]
src/cmd/vendor/golang.org/x/arch/arm/armasm/decode_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/arm/armasm/ext_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/arm/armasm/objdump_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/arm/armasm/objdumpext_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/Makefile [deleted file]
src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/decode.txt [deleted file]
src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ext_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/objdump_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/objdumpext_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/testdata/Makefile [deleted file]
src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/testdata/gnucases.txt [deleted file]
src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/testdata/plan9cases.txt [deleted file]
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/decode_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ext_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/field_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/objdump_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/objdumpext_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/testdata/decode.txt [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/ext_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/format_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/objdump_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/objdumpext_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/plan9ext_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/plan9x_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/Makefile [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/decode.txt [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/libmach8db.c [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/xed_test.go [deleted file]
src/cmd/vendor/golang.org/x/arch/x86/x86asm/xedext_test.go [deleted file]
src/cmd/vendor/golang.org/x/crypto/AUTHORS [new file with mode: 0644]
src/cmd/vendor/golang.org/x/crypto/CONTRIBUTORS [new file with mode: 0644]
src/cmd/vendor/golang.org/x/crypto/ssh/terminal/terminal.go
src/cmd/vendor/golang.org/x/crypto/ssh/terminal/terminal_test.go [deleted file]
src/cmd/vendor/golang.org/x/crypto/ssh/terminal/util.go
src/cmd/vendor/golang.org/x/crypto/ssh/terminal/util_aix.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/crypto/ssh/terminal/util_plan9.go
src/cmd/vendor/golang.org/x/crypto/ssh/terminal/util_solaris.go
src/cmd/vendor/golang.org/x/crypto/ssh/terminal/util_windows.go
src/cmd/vendor/golang.org/x/sys/AUTHORS [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/CONTRIBUTORS [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/.gitignore [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/creds_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/darwin_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/dev_linux_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/example_exec_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/example_flock_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/export_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/mkall.sh [changed mode: 0755->0644]
src/cmd/vendor/golang.org/x/sys/unix/mkasm_darwin.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh [changed mode: 0755->0644]
src/cmd/vendor/golang.org/x/sys/unix/mkpost.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/mksyscall.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/mksyscall_solaris.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl [changed mode: 0755->0644]
src/cmd/vendor/golang.org/x/sys/unix/mksysnum.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/mmap_unix_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/openbsd_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/sendfile_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/sockcmsg_unix.go
src/cmd/vendor/golang.org/x/sys/unix/syscall_aix_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/syscall_bsd_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/syscall_darwin_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/syscall_freebsd_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/syscall_linux_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/syscall_netbsd_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/syscall_openbsd_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/syscall_solaris_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/syscall_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/syscall_unix_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/timestruct_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/unix/types_aix.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/types_darwin.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/types_dragonfly.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/types_freebsd.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/types_netbsd.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/types_openbsd.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/types_solaris.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/sys/unix/xattr_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/registry/export_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/registry/key.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/registry/mksyscall.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/registry/registry_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/registry/syscall.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/registry/value.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/registry/zsyscall_windows.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/debug/log.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/debug/service.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/event.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/eventlog/install.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/eventlog/log.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/eventlog/log_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/example/beep.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/example/install.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/example/main.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/example/manage.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/example/service.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/go12.c [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/go12.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/go13.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/mgr/config.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/mgr/mgr.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/mgr/mgr_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/mgr/recovery.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/mgr/service.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/security.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/service.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/svc_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/sys_386.s [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/sys_amd64.s [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/svc/sys_arm.s [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/syscall_test.go [deleted file]
src/cmd/vendor/golang.org/x/sys/windows/syscall_windows_test.go [deleted file]
src/cmd/vendor/golang.org/x/tools/AUTHORS [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/CONTRIBUTORS [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/go/analysis/analysis.go
src/cmd/vendor/golang.org/x/tools/go/analysis/doc.go
src/cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags/flags.go
src/cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags/patch.go [deleted file]
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/asmdecl/asmdecl.go
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/cgocall/cgocall.go
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/composite/composite.go
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/inspect/inspect.go
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/pkgfact/pkgfact.go [deleted file]
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/printf.go
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/types.go
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/shift/shift.go
src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go
src/cmd/vendor/golang.org/x/tools/go/ast/inspector/inspector.go
src/cmd/vendor/modules.txt [new file with mode: 0644]
src/cmd/vendor/update-xtools.sh [deleted file]
src/cmd/vendor/vendor.json [deleted file]
src/cmd/vet/main.go