go.mod: update golang.org/x dependencies

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

Change-Id: I073699501f2bc25a2e2066199e57fb222c538551
Reviewed-on: https://go-review.googlesource.com/c/term/+/752840
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
This commit is contained in:
Gopher Robot
2026-03-08 04:02:42 -08:00
parent d954e03213
commit 9d2dc074d2
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -2,4 +2,4 @@ module golang.org/x/term
go 1.25.0
require golang.org/x/sys v0.41.0
require golang.org/x/sys v0.42.0

4
go.sum
View File

@@ -1,2 +1,2 @@
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=