vendor/github.com/fsnotify/fsnotify/go.mod
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
child 265 05c40b36d3b2
--- a/vendor/github.com/fsnotify/fsnotify/go.mod	Tue Aug 23 22:33:28 2022 +0200
+++ b/vendor/github.com/fsnotify/fsnotify/go.mod	Tue Aug 23 22:39:43 2022 +0200
@@ -1,5 +1,10 @@
 module github.com/fsnotify/fsnotify
 
-go 1.13
+go 1.16
+
+require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
 
-require golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9
+retract (
+    v1.5.3 // Published an incorrect branch accidentally https://github.com/fsnotify/fsnotify/issues/445
+    v1.5.0 // Contains symlink regression https://github.com/fsnotify/fsnotify/pull/394
+)