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

commitbc7fe0b43a01586e7ca7c087a2e8a625e8397dcb
parentc53c97f4ed
authorGopher Robot <[email protected]>
date2026-01-09 13:12
go.mod: update golang.org/x dependencies

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

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

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

diff --git a/go.mod b/go.mod
index bf38951..c7c98cf 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module golang.org/x/image
 
 go 1.24.0
 
-require golang.org/x/text v0.32.0
+require golang.org/x/text v0.33.0
diff --git a/go.sum b/go.sum
index 946b4a8..62a1313 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-golang.org/x/text v0.32.0 h1:ZD01bjUt1FQ9WJ0ClOL5vxgxOI/sVCNgX1YtKwcY0mU=
-golang.org/x/text v0.32.0/go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY=
+golang.org/x/text v0.33.0 h1:B3njUFyqtHDUI5jMn1YIr5B0IE2U0qck04r6d4KPAxE=
+golang.org/x/text v0.33.0/go.mod h1:LuMebE6+rBincTi9+xWTY8TztLzKHc/9C1uBCG27+q8=