bump fsnotify to v1.4.9
migrate gopkg.in/fsnotify/fsnotify.v1 to github.com/fsnotify/fsnotify
This commit is contained in:
parent
3b6015d89d
commit
094967cfd9
3 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue