aboutsummaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2021-05-03 16:00:40 -0400
committerBryan C. Mills <bcmills@google.com>2021-05-04 15:28:42 +0000
commit8e38b80b64e53b08fcde3f8596941237488e3158 (patch)
tree372215a9efa8e08b4b4fbda137ef15e2d3e3c8e0 /src/go.mod
parent1bbe78bb6da26f43fb0d06194f659ae7b6314e86 (diff)
downloadgo-8e38b80b64e53b08fcde3f8596941237488e3158.tar.gz
go-8e38b80b64e53b08fcde3f8596941237488e3158.zip
cmd: update x/text to pull in CL 315571
Because x/text is now lazy, the go.sum file no longer needs a checksum for the go.mod file for the outdated x/tools required by x/text. For #36460 Updates #36905 Change-Id: Id7395e61909af3889c1615dc33139e5bb45504c5 Reviewed-on: https://go-review.googlesource.com/c/go/+/316490 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>
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go.mod b/src/go.mod
index 59fa194bab..7cddf04200 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -6,5 +6,5 @@ require (
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
- golang.org/x/text v0.3.6 // indirect
+ golang.org/x/text v0.3.7-0.20210503195748-5c7c50ebbd4f // indirect
)