Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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