diff --git a/watcher/batcher.go b/watcher/batcher.go index 7e9ce886..479603f1 100644 --- a/watcher/batcher.go +++ b/watcher/batcher.go @@ -1,8 +1,9 @@ package watcher import ( - "github.com/howeyc/fsnotify" "time" + + "gopkg.in/fsnotify.v0" ) type Batcher struct {