Skip to content

Commit

Permalink
Merge pull request hpcloud#138 from vsco/ljk/fix-fsnotify
Browse files Browse the repository at this point in the history
Fix fsnotify repository relocation
  • Loading branch information
sergei-utinski authored May 14, 2018
2 parents 37f4271 + 000912a commit a1dbeea
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion watch/inotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/hpcloud/tail/util"

"gopkg.in/fsnotify.v1"
"gopkg.in/fsnotify/fsnotify.v1"
"gopkg.in/tomb.v1"
)

Expand Down
2 changes: 1 addition & 1 deletion watch/inotify_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/hpcloud/tail/util"

"gopkg.in/fsnotify.v1"
"gopkg.in/fsnotify/fsnotify.v1"
)

type InotifyTracker struct {
Expand Down

0 comments on commit a1dbeea

Please sign in to comment.