From f413282cd8dbb55102093d9f16ab3ba90f7b9b31 Mon Sep 17 00:00:00 2001 From: Gopher Robot Date: Sat, 2 Sep 2023 12:16:34 +0000 Subject: [PATCH] go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I51aff871b155c803eb1c220dd9c2a6d94e87f281 Reviewed-on: https://go-review.googlesource.com/c/term/+/525295 Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov TryBot-Result: Gopher Robot Run-TryBot: Gopher Robot Auto-Submit: Gopher Robot LUCI-TryBot-Result: Go LUCI Reviewed-by: Heschi Kreinick --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4d023cb..bd4eee9 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.11.0 +require golang.org/x/sys v0.12.0 diff --git a/go.sum b/go.sum index f7ca90d..63a0250 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= -golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=