]> go.fuhry.dev Git - fsnotify.git/commitdiff
update x/sys (#554)
authorkylie <47432500+kylie-sre@users.noreply.github.com>
Thu, 9 Feb 2023 17:32:20 +0000 (09:32 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 17:32:20 +0000 (18:32 +0100)
Co-authored-by: k.a <k.a@email.com>
go.mod
go.sum

diff --git a/go.mod b/go.mod
index e32c1c68d7e25b4a069d3d4ad64cb5e0ade53da2..1deb88ce595dfab291dc82574ca5838b74170b0a 100644 (file)
--- 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 64605d7eb485654010c08969206f5af7a85da997..c2a6782ea03a9b2d859a3c4cd94d44b4abdba478 100644 (file)
--- 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=