]> Cypherpunks repositories - gostls13.git/commit
cmd/vendor: revert vendored code mistakenly modified in CL 398734
authorBryan C. Mills <bcmills@google.com>
Fri, 8 Apr 2022 18:13:46 +0000 (14:13 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 8 Apr 2022 18:30:53 +0000 (18:30 +0000)
commit3a19102de3435a3823126e74cf42c67037ff1890
treecbb0a64737a67e2519a4339fb780719fa6c8ec38
parent3e387528e54971d6009fe8833dcab6fc08737e04
cmd/vendor: revert vendored code mistakenly modified in CL 398734

CL 398734 mistakenly modified
cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go, which causes
the cmd/internal/moddeps to (correctly) fail due to modified vendored
code. This reverts the edit by re-running 'go mod vendor'.

Fixes #52231.

Change-Id: I1def3efe5d408464561e775feb0f9d34ff5fd0b3
Reviewed-on: https://go-review.googlesource.com/c/go/+/399154
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go