Merge pull request #138 from vsco/ljk/fix-fsnotify

Fix fsnotify repository relocation
This commit is contained in:
sergei-utinski 2018-05-14 22:44:41 +03:00 committed by GitHub
commit a1dbeea552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {