From f74d881f8d91a97742987ff69772af179cd106fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:02:48 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in /termios (#109) --- termios/go.mod | 2 +- termios/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/termios/go.mod b/termios/go.mod index 4e0d8152..357c46a2 100644 --- a/termios/go.mod +++ b/termios/go.mod @@ -2,4 +2,4 @@ module github.com/charmbracelet/x/termios go 1.18 -require golang.org/x/sys v0.21.0 +require golang.org/x/sys v0.22.0 diff --git a/termios/go.sum b/termios/go.sum index ac7fb31a..96f003d8 100644 --- a/termios/go.sum +++ b/termios/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws= -golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI= +golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=