| commit | 755488143daea2fdb7c6f803dc5e70a8b54ae265 | [log] [tgz] |
|---|---|---|
| author | go-fsnotify <37597693+go-fsnotify@users.noreply.github.com> | Wed Mar 21 02:26:01 2018 |
| committer | GitHub <noreply@github.com> | Wed Mar 21 02:26:01 2018 |
| tree | 42792fd8924420ee37c7941e89d8d4a388380e7e | |
| parent | 1d6e8181add664a3f960c98566d71b0f6c6882f3 [diff] |
Typos
go-fsnotify/fsnotify was the original name of this project. The project organization was renamed from go-fsnotify to fsnotify some time ago, meaning Github created a silent redirect to the new organization name. This behavior is dangerous since it allows anyone to register the go-fsnotify account and create a fsnotify repository, which will eventually be pulled by projects that have dependencies to it. Dependency squatting can remain undetected for a long period of time because Github silently redirects git pulls, reducing breakage.
Change your dependencies from github.com/go-fsnotify/fsnotify to github.com/fsnotify/fsnotify