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

commit941f2100a0c205b9588e6c977c6acd0fd1f6a094
parent3724ab8af5
authorGopher Robot <[email protected]>
date2024-12-04 16:25
go.mod: update golang.org/x dependencies

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

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

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

diff --git a/go.mod b/go.mod
index b1dc92e..06b19cd 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.20.0
+require golang.org/x/text v0.21.0
diff --git a/go.sum b/go.sum
index 63d9de6..0d8f5b2 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-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=
+golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
+golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=