From ae941452f58ff9bf62f7e9dca3ea6ae3d214a68b Mon Sep 17 00:00:00 2001 From: Gopher Robot Date: Thu, 4 Jan 2024 15:01:46 +0000 Subject: [PATCH] go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I6160c541809d08ac6c179b96007440ad6611d686 Reviewed-on: https://go-review.googlesource.com/c/term/+/553976 LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov Auto-Submit: Gopher Robot Reviewed-by: Than McIntosh --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 06004b7..67c8708 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module golang.org/x/term go 1.18 -require golang.org/x/sys v0.15.0 +require golang.org/x/sys v0.16.0 diff --git a/go.sum b/go.sum index 063d2d3..ed3454f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc= -golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU= +golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=