From f6de4a13df88c8a1db88fc651737d7ff8b144a5f Mon Sep 17 00:00:00 2001 From: Gopher Robot Date: Mon, 12 Jun 2023 17:27:39 +0000 Subject: [PATCH] go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Once this CL is submitted, and post-submit testing succeeds on all first-class ports across all supported Go versions, this repository will be tagged with its next minor version. Change-Id: Ib68756ce1a8aef7c99ff86e6c71a72794886de0e Reviewed-on: https://go-review.googlesource.com/c/term/+/502517 Reviewed-by: Heschi Kreinick Auto-Submit: Gopher Robot Reviewed-by: Carlos Amedee Run-TryBot: Gopher Robot TryBot-Result: Gopher Robot --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3fb7300..5a4a49c 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module golang.org/x/term go 1.17 -require golang.org/x/sys v0.8.0 +require golang.org/x/sys v0.9.0 diff --git a/go.sum b/go.sum index c5eb700..cb35c1f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU= -golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s= +golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=