go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I0b76812d68694253545dc97b2806bd5ee04c40ad Reviewed-on: https://go-review.googlesource.com/c/term/+/798141 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/go.mod b/go.mod index 973f657..3799714 100644 --- a/go.mod +++ b/go.mod
@@ -2,4 +2,4 @@ go 1.25.0 -require golang.org/x/sys v0.46.0 +require golang.org/x/sys v0.47.0
diff --git a/go.sum b/go.sum index 5975a78..37ee2d4 100644 --- a/go.sum +++ b/go.sum
@@ -1,2 +1,2 @@ -golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw= -golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= +golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs= +golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=