diff --git a/watcher.go b/watcher.go index 7562a828c..c1d78f228 100644 --- a/watcher.go +++ b/watcher.go @@ -10,7 +10,7 @@ import ( "strings" "sync" - "gopkg.in/fsnotify.v1" + "gopkg.in/fsnotify/fsnotify.v1" ) // Listener is an interface for receivers of filesystem events.