vendor/github.com/fsnotify/fsnotify/go.mod
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
     1 module github.com/fsnotify/fsnotify
     1 module github.com/fsnotify/fsnotify
     2 
     2 
     3 go 1.16
     3 go 1.16
     4 
     4 
     5 require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
     5 require golang.org/x/sys v0.0.0-20220908164124-27713097b956
     6 
     6 
     7 retract (
     7 retract (
     8     v1.5.3 // Published an incorrect branch accidentally https://github.com/fsnotify/fsnotify/issues/445
     8 	v1.5.3 // Published an incorrect branch accidentally https://github.com/fsnotify/fsnotify/issues/445
     9     v1.5.0 // Contains symlink regression https://github.com/fsnotify/fsnotify/pull/394
     9 	v1.5.0 // Contains symlink regression https://github.com/fsnotify/fsnotify/pull/394
    10 )
    10 )