summaryrefslogtreecommitdiffstats
path: root/watcher/batcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'watcher/batcher.go')
-rw-r--r--watcher/batcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/watcher/batcher.go b/watcher/batcher.go
index 470863300..0b4083e81 100644
--- a/watcher/batcher.go
+++ b/watcher/batcher.go
@@ -16,7 +16,7 @@ package watcher
import (
"time"
- "gopkg.in/fsnotify.v1"
+ "github.com/fsnotify/fsnotify"
)
type Batcher struct {