From 9ddf52021ba568c6262aa94210c6655a801c833b Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Wed, 20 Apr 2016 22:28:26 +0800 Subject: Update import path of fsnotify Rename "gopkg.in/fsnotify.v1" to "github.com/fsnotify/fsnotify" per upstream recommendation. See https://github.com/fsnotify/fsnotify/issues/108 for rationale. --- watcher/batcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watcher') 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 { -- cgit v1.2.3