bump fsnotify to v1.4.9

migrate gopkg.in/fsnotify/fsnotify.v1 to github.com/fsnotify/fsnotify
This commit is contained in:
Mitsuo Heijo 2020-07-31 02:14:03 +09:00
parent 3b6015d89d
commit 094967cfd9
3 changed files with 2 additions and 4 deletions

View file

@ -21,7 +21,7 @@ import (
"path"
"strings"
"gopkg.in/fsnotify/fsnotify.v1"
"github.com/fsnotify/fsnotify"
)
// FileWatcher is an interface we use to watch changes in files