fix fsnotify relocation

* http://gopkg.in/fsnotify/fsnotify.v1 is the new location
* see: https://github.com/go-fsnotify/fsnotify
This commit is contained in:
Lucas Kacher 2018-03-21 11:04:36 -04:00
parent 37f4271387
commit 000912af8d
17 changed files with 3 additions and 3 deletions

View File

@ -15,5 +15,5 @@ matrix:
- go: tip
install:
- go get gopkg.in/fsnotify.v1
- go get gopkg.in/fsnotify/fsnotify.v1
- go get gopkg.in/tomb.v1

View File

@ -10,7 +10,7 @@ import (
"github.com/hpcloud/tail/util"
"gopkg.in/fsnotify.v1"
"gopkg.in/fsnotify/fsnotify.v1"
"gopkg.in/tomb.v1"
)

View File

@ -12,7 +12,7 @@ import (
"github.com/hpcloud/tail/util"
"gopkg.in/fsnotify.v1"
"gopkg.in/fsnotify/fsnotify.v1"
)
type InotifyTracker struct {