vendor/github.com/fsnotify/fsnotify/go.mod
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
child 265 05c40b36d3b2
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     1 module github.com/fsnotify/fsnotify
     1 module github.com/fsnotify/fsnotify
     2 
     2 
     3 go 1.13
     3 go 1.16
     4 
     4 
     5 require golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9
     5 require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
       
     6 
       
     7 retract (
       
     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
       
    10 )