From: Martin Tournoij Date: Fri, 26 Aug 2022 00:18:56 +0000 (+0200) Subject: Update x/sys X-Git-Tag: v1.7.2~59 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=69c24b06955365cb4608755b764d87f0288ad39f;p=fsnotify.git Update x/sys --- 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=