]> Cypherpunks.ru repositories - gostls13.git/commit
cmd: update x/arch to pull in CL 315572
authorBryan C. Mills <bcmills@google.com>
Sun, 2 May 2021 12:52:06 +0000 (08:52 -0400)
committerBryan C. Mills <bcmills@google.com>
Mon, 3 May 2021 01:35:44 +0000 (01:35 +0000)
commit2c9f5a1da823773c436f8b2c119635797d6db2d3
tree46a51c118fb63a35a2f2b35e40d429e7f0f5eb1d
parentabb110bf3de82f85aefe0fb284cc9359488b5f09
cmd: update x/arch to pull in CL 315572

Because x/arch is now lazy, this removes the checksum for rsc.io/pdf
from the go.sum file: the requirements of rsc.io/pdf are known not to
be relevant to any package imported within the cmd packages.

For #36460
Updates #36905

Change-Id: I3abb6a8029cd0c9099b592ccb01ca5606c93edec
Reviewed-on: https://go-review.googlesource.com/c/go/+/316110
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/plan9x.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/decode.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/field.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/gnu.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/plan9.go
src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go
src/cmd/vendor/modules.txt