diff -r 8f478162d991 -r 05c40b36d3b2 vendor/github.com/fsnotify/fsnotify/go.mod --- a/vendor/github.com/fsnotify/fsnotify/go.mod Thu Sep 22 16:37:07 2022 +0200 +++ b/vendor/github.com/fsnotify/fsnotify/go.mod Sat Feb 04 12:58:35 2023 +0100 @@ -2,9 +2,9 @@ go 1.16 -require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad +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 - v1.5.0 // Contains symlink regression https://github.com/fsnotify/fsnotify/pull/394 + 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 )