git.lucas.co / go_mono
git clone https://git.lucas.co/go_mono.git

commit3724ab8af5c31f982e13765ba3707ffe5c463e64
parentec562a8fd9
authorGopher Robot <[email protected]>
date2024-11-07 22:09
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: If9754f35f3d490909f6a93bbb2fc715510265749
Reviewed-on: https://go-review.googlesource.com/c/image/+/626376
Auto-Submit: Gopher Robot <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: David Chase <[email protected]>

 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 0052a25..b1dc92e 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module golang.org/x/image
 
 go 1.18
 
-require golang.org/x/text v0.19.0
+require golang.org/x/text v0.20.0
diff --git a/go.sum b/go.sum
index a68dcab..63d9de6 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
-golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
+golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug=
+golang.org/x/text v0.20.0/go.mod h1:D4IsuqiFMhST5bX19pQ9ikHC2GsaKyk/oF+pn3ducp4=