From d45558847b61b2fdd4a056adc2c6a19ffd441ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 05:01:21 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.0.0-20220204135822-1c1b9b1eba6a to 0.8.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220204135822-1c1b9b1eba6a to 0.8.0. - [Commits](https://github.com/golang/sys/commits/v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 79cb8f4..e89ccd3 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/muesli/cancelreader go 1.17 -require golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a +require golang.org/x/sys v0.8.0 diff --git a/go.sum b/go.sum index 097da21..c5eb700 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a h1:ppl5mZgokTT8uPkmYOyEUmPTr3ypaKkg5eFOGrAmxxE= -golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=