From: kylie <47432500+kylie-sre@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:32:20 +0000 (-0800) Subject: update x/sys (#554) X-Git-Tag: v1.7.2~7 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=cb6339e660b4f82958fc487a7a4577e682e80ee9;p=fsnotify.git update x/sys (#554) Co-authored-by: k.a --- diff --git a/go.mod b/go.mod index e32c1c6..1deb88c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/fsnotify/fsnotify go 1.17 -require golang.org/x/sys v0.0.0-20220908164124-27713097b956 +require golang.org/x/sys v0.4.0 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 64605d7..c2a6782 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -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= +golang.org/x/sys v0.4.0 h1:Zr2JFtRQNX3BCZ8YtxRE9hNJYC8J6I1MVbMg6owUp18= +golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=