From 69c24b06955365cb4608755b764d87f0288ad39f Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Fri, 26 Aug 2022 02:18:56 +0200 Subject: [PATCH] Update x/sys --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 310fe96..f5c0adf 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/fsnotify/fsnotify go 1.16 -require golang.org/x/sys v0.0.0-20220731174439-a90be440212d +require golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 retract ( v1.5.3 // Published an incorrect branch accidentally https://github.com/fsnotify/fsnotify/issues/445 diff --git a/go.sum b/go.sum index b7c2d11..ad6f482 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.0.0-20220731174439-a90be440212d h1:Sv5ogFZatcgIMMtBSTTAgMYsicp25MXBubjXNDKwm80= -golang.org/x/sys v0.0.0-20220731174439-a90be440212d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 h1:UiNENfZ8gDvpiWw7IpOMQ27spWmThO1RwwdQVbJahJM= +golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -- 2.50.1