From 85acde25252d3a042b11a58e13e53b2b9ac343de Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Thu, 8 Sep 2022 18:47:14 +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 f5c0adf7..220ed74b 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-20220825204002-c680a09ffe64 +require golang.org/x/sys v0.0.0-20220908164124-27713097b956 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 ad6f4822..64605d7e 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -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= +golang.org/x/sys v0.0.0-20220908164124-27713097b956 h1:XeJjHH1KiLpKGb6lvMiksZ9l0fVUh+AmGcm0nOMEBOY= +golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=