From 61cb1b103a6802559887f089c15580ee1c7b2c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:02:55 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in /windows (#107) --- windows/go.mod | 2 +- windows/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/go.mod b/windows/go.mod index aab0a68a..1928b3f9 100644 --- a/windows/go.mod +++ b/windows/go.mod @@ -2,4 +2,4 @@ module github.com/charmbracelet/x/windows go 1.18 -require golang.org/x/sys v0.21.0 +require golang.org/x/sys v0.22.0 diff --git a/windows/go.sum b/windows/go.sum index ac7fb31a..96f003d8 100644 --- a/windows/go.sum +++ b/windows/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=