From db75d39281199c536f2733543291079988a99ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:21:56 -0500 Subject: [PATCH] chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 in /termios (#259) Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.26.0 to 0.27.0. - [Commits](https://github.com/golang/sys/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e16b6909..1b9464d5 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.26.0 +require golang.org/x/sys v0.27.0 diff --git a/termios/go.sum b/termios/go.sum index fe521ef0..bacf4326 100644 --- a/termios/go.sum +++ b/termios/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo= -golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s= +golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=