aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go.mod
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2021-05-02 08:52:06 -0400
committerBryan C. Mills <bcmills@google.com>2021-05-03 01:35:44 +0000
commit2c9f5a1da823773c436f8b2c119635797d6db2d3 (patch)
tree46a51c118fb63a35a2f2b35e40d429e7f0f5eb1d /src/cmd/go.mod
parentabb110bf3de82f85aefe0fb284cc9359488b5f09 (diff)
downloadgo-2c9f5a1da823773c436f8b2c119635797d6db2d3.tar.gz
go-2c9f5a1da823773c436f8b2c119635797d6db2d3.zip
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>
Diffstat (limited to 'src/cmd/go.mod')
-rw-r--r--src/cmd/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go.mod b/src/cmd/go.mod
index 1487025268..96f709081f 100644
--- a/src/cmd/go.mod
+++ b/src/cmd/go.mod
@@ -5,7 +5,7 @@ go 1.17
require (
github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 // indirect
- golang.org/x/arch v0.0.0-20210308155006-05f8f0431f72
+ golang.org/x/arch v0.0.0-20210502124803-cbf565b21d1e
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/mod v0.4.3-0.20210409134425-858fdbee9c24
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect