diff --git a/lib/fs/basicfs_watch.go b/lib/fs/basicfs_watch.go index 3557f6f9..8bac466f 100644 --- a/lib/fs/basicfs_watch.go +++ b/lib/fs/basicfs_watch.go @@ -13,7 +13,7 @@ import ( "errors" "path/filepath" - "github.com/zillode/notify" + "github.com/Zillode/notify" ) // Notify does not block on sending to channel, so the channel must be buffered. diff --git a/lib/fs/basicfs_watch_eventtypes_fen.go b/lib/fs/basicfs_watch_eventtypes_fen.go index 2a25aab7..c293c81b 100644 --- a/lib/fs/basicfs_watch_eventtypes_fen.go +++ b/lib/fs/basicfs_watch_eventtypes_fen.go @@ -8,7 +8,7 @@ package fs -import "github.com/zillode/notify" +import "github.com/Zillode/notify" const ( subEventMask = notify.Create | notify.FileModified | notify.FileRenameFrom | notify.FileDelete | notify.FileRenameTo diff --git a/lib/fs/basicfs_watch_eventtypes_inotify.go b/lib/fs/basicfs_watch_eventtypes_inotify.go index 00f6e5d4..ccae697d 100644 --- a/lib/fs/basicfs_watch_eventtypes_inotify.go +++ b/lib/fs/basicfs_watch_eventtypes_inotify.go @@ -8,7 +8,7 @@ package fs -import "github.com/zillode/notify" +import "github.com/Zillode/notify" const ( subEventMask = notify.InCreate | notify.InMovedTo | notify.InDelete | notify.InDeleteSelf | notify.InModify | notify.InMovedFrom | notify.InMoveSelf diff --git a/lib/fs/basicfs_watch_eventtypes_kqueue.go b/lib/fs/basicfs_watch_eventtypes_kqueue.go index 892c7442..f5928b07 100644 --- a/lib/fs/basicfs_watch_eventtypes_kqueue.go +++ b/lib/fs/basicfs_watch_eventtypes_kqueue.go @@ -8,7 +8,7 @@ package fs -import "github.com/zillode/notify" +import "github.com/Zillode/notify" const ( subEventMask = notify.NoteDelete | notify.NoteWrite | notify.NoteRename diff --git a/lib/fs/basicfs_watch_eventtypes_other.go b/lib/fs/basicfs_watch_eventtypes_other.go index 7503ba51..09ccff69 100644 --- a/lib/fs/basicfs_watch_eventtypes_other.go +++ b/lib/fs/basicfs_watch_eventtypes_other.go @@ -12,7 +12,7 @@ package fs -import "github.com/zillode/notify" +import "github.com/Zillode/notify" const ( subEventMask = notify.All diff --git a/lib/fs/basicfs_watch_eventtypes_readdcw.go b/lib/fs/basicfs_watch_eventtypes_readdcw.go index 54fb7a69..fd98b83f 100644 --- a/lib/fs/basicfs_watch_eventtypes_readdcw.go +++ b/lib/fs/basicfs_watch_eventtypes_readdcw.go @@ -8,7 +8,7 @@ package fs -import "github.com/zillode/notify" +import "github.com/Zillode/notify" const ( subEventMask = notify.FileNotifyChangeFileName | notify.FileNotifyChangeDirName | notify.FileNotifyChangeSize | notify.FileNotifyChangeCreation diff --git a/lib/fs/basicfs_watch_test.go b/lib/fs/basicfs_watch_test.go index 7f8801de..45c3d321 100644 --- a/lib/fs/basicfs_watch_test.go +++ b/lib/fs/basicfs_watch_test.go @@ -18,7 +18,7 @@ import ( "testing" "time" - "github.com/zillode/notify" + "github.com/Zillode/notify" ) func TestMain(m *testing.M) { diff --git a/vendor/github.com/zillode/notify/LICENSE b/vendor/github.com/Zillode/notify/LICENSE similarity index 100% rename from vendor/github.com/zillode/notify/LICENSE rename to vendor/github.com/Zillode/notify/LICENSE diff --git a/vendor/github.com/zillode/notify/debug.go b/vendor/github.com/Zillode/notify/debug.go similarity index 100% rename from vendor/github.com/zillode/notify/debug.go rename to vendor/github.com/Zillode/notify/debug.go diff --git a/vendor/github.com/zillode/notify/debug_debug.go b/vendor/github.com/Zillode/notify/debug_debug.go similarity index 100% rename from vendor/github.com/zillode/notify/debug_debug.go rename to vendor/github.com/Zillode/notify/debug_debug.go diff --git a/vendor/github.com/zillode/notify/debug_nodebug.go b/vendor/github.com/Zillode/notify/debug_nodebug.go similarity index 100% rename from vendor/github.com/zillode/notify/debug_nodebug.go rename to vendor/github.com/Zillode/notify/debug_nodebug.go diff --git a/vendor/github.com/zillode/notify/doc.go b/vendor/github.com/Zillode/notify/doc.go similarity index 100% rename from vendor/github.com/zillode/notify/doc.go rename to vendor/github.com/Zillode/notify/doc.go diff --git a/vendor/github.com/zillode/notify/event.go b/vendor/github.com/Zillode/notify/event.go similarity index 100% rename from vendor/github.com/zillode/notify/event.go rename to vendor/github.com/Zillode/notify/event.go diff --git a/vendor/github.com/zillode/notify/event_fen.go b/vendor/github.com/Zillode/notify/event_fen.go similarity index 100% rename from vendor/github.com/zillode/notify/event_fen.go rename to vendor/github.com/Zillode/notify/event_fen.go diff --git a/vendor/github.com/zillode/notify/event_fsevents.go b/vendor/github.com/Zillode/notify/event_fsevents.go similarity index 100% rename from vendor/github.com/zillode/notify/event_fsevents.go rename to vendor/github.com/Zillode/notify/event_fsevents.go diff --git a/vendor/github.com/zillode/notify/event_inotify.go b/vendor/github.com/Zillode/notify/event_inotify.go similarity index 100% rename from vendor/github.com/zillode/notify/event_inotify.go rename to vendor/github.com/Zillode/notify/event_inotify.go diff --git a/vendor/github.com/zillode/notify/event_kqueue.go b/vendor/github.com/Zillode/notify/event_kqueue.go similarity index 100% rename from vendor/github.com/zillode/notify/event_kqueue.go rename to vendor/github.com/Zillode/notify/event_kqueue.go diff --git a/vendor/github.com/zillode/notify/event_readdcw.go b/vendor/github.com/Zillode/notify/event_readdcw.go similarity index 100% rename from vendor/github.com/zillode/notify/event_readdcw.go rename to vendor/github.com/Zillode/notify/event_readdcw.go diff --git a/vendor/github.com/zillode/notify/event_stub.go b/vendor/github.com/Zillode/notify/event_stub.go similarity index 100% rename from vendor/github.com/zillode/notify/event_stub.go rename to vendor/github.com/Zillode/notify/event_stub.go diff --git a/vendor/github.com/zillode/notify/event_trigger.go b/vendor/github.com/Zillode/notify/event_trigger.go similarity index 100% rename from vendor/github.com/zillode/notify/event_trigger.go rename to vendor/github.com/Zillode/notify/event_trigger.go diff --git a/vendor/github.com/zillode/notify/node.go b/vendor/github.com/Zillode/notify/node.go similarity index 100% rename from vendor/github.com/zillode/notify/node.go rename to vendor/github.com/Zillode/notify/node.go diff --git a/vendor/github.com/zillode/notify/notify.go b/vendor/github.com/Zillode/notify/notify.go similarity index 100% rename from vendor/github.com/zillode/notify/notify.go rename to vendor/github.com/Zillode/notify/notify.go diff --git a/vendor/github.com/zillode/notify/tree.go b/vendor/github.com/Zillode/notify/tree.go similarity index 100% rename from vendor/github.com/zillode/notify/tree.go rename to vendor/github.com/Zillode/notify/tree.go diff --git a/vendor/github.com/zillode/notify/tree_nonrecursive.go b/vendor/github.com/Zillode/notify/tree_nonrecursive.go similarity index 100% rename from vendor/github.com/zillode/notify/tree_nonrecursive.go rename to vendor/github.com/Zillode/notify/tree_nonrecursive.go diff --git a/vendor/github.com/zillode/notify/tree_recursive.go b/vendor/github.com/Zillode/notify/tree_recursive.go similarity index 100% rename from vendor/github.com/zillode/notify/tree_recursive.go rename to vendor/github.com/Zillode/notify/tree_recursive.go diff --git a/vendor/github.com/zillode/notify/util.go b/vendor/github.com/Zillode/notify/util.go similarity index 100% rename from vendor/github.com/zillode/notify/util.go rename to vendor/github.com/Zillode/notify/util.go diff --git a/vendor/github.com/zillode/notify/watcher.go b/vendor/github.com/Zillode/notify/watcher.go similarity index 100% rename from vendor/github.com/zillode/notify/watcher.go rename to vendor/github.com/Zillode/notify/watcher.go diff --git a/vendor/github.com/zillode/notify/watcher_fen.go b/vendor/github.com/Zillode/notify/watcher_fen.go similarity index 100% rename from vendor/github.com/zillode/notify/watcher_fen.go rename to vendor/github.com/Zillode/notify/watcher_fen.go diff --git a/vendor/github.com/zillode/notify/watcher_fen_cgo.go b/vendor/github.com/Zillode/notify/watcher_fen_cgo.go similarity index 100% rename from vendor/github.com/zillode/notify/watcher_fen_cgo.go rename to vendor/github.com/Zillode/notify/watcher_fen_cgo.go diff --git a/vendor/github.com/zillode/notify/watcher_fsevents.go b/vendor/github.com/Zillode/notify/watcher_fsevents.go similarity index 100% rename from vendor/github.com/zillode/notify/watcher_fsevents.go rename to vendor/github.com/Zillode/notify/watcher_fsevents.go diff --git a/vendor/github.com/zillode/notify/watcher_fsevents_cgo.go b/vendor/github.com/Zillode/notify/watcher_fsevents_cgo.go similarity index 100% rename from vendor/github.com/zillode/notify/watcher_fsevents_cgo.go rename to vendor/github.com/Zillode/notify/watcher_fsevents_cgo.go diff --git a/vendor/github.com/zillode/notify/watcher_inotify.go b/vendor/github.com/Zillode/notify/watcher_inotify.go similarity index 100% rename from vendor/github.com/zillode/notify/watcher_inotify.go rename to vendor/github.com/Zillode/notify/watcher_inotify.go diff --git a/vendor/github.com/zillode/notify/watcher_kqueue.go b/vendor/github.com/Zillode/notify/watcher_kqueue.go similarity index 100% rename from vendor/github.com/zillode/notify/watcher_kqueue.go rename to vendor/github.com/Zillode/notify/watcher_kqueue.go diff --git a/vendor/github.com/zillode/notify/watcher_readdcw.go b/vendor/github.com/Zillode/notify/watcher_readdcw.go similarity index 100% rename from vendor/github.com/zillode/notify/watcher_readdcw.go rename to vendor/github.com/Zillode/notify/watcher_readdcw.go diff --git a/vendor/github.com/zillode/notify/watcher_stub.go b/vendor/github.com/Zillode/notify/watcher_stub.go similarity index 100% rename from vendor/github.com/zillode/notify/watcher_stub.go rename to vendor/github.com/Zillode/notify/watcher_stub.go diff --git a/vendor/github.com/zillode/notify/watcher_trigger.go b/vendor/github.com/Zillode/notify/watcher_trigger.go similarity index 100% rename from vendor/github.com/zillode/notify/watcher_trigger.go rename to vendor/github.com/Zillode/notify/watcher_trigger.go diff --git a/vendor/github.com/zillode/notify/watchpoint.go b/vendor/github.com/Zillode/notify/watchpoint.go similarity index 100% rename from vendor/github.com/zillode/notify/watchpoint.go rename to vendor/github.com/Zillode/notify/watchpoint.go diff --git a/vendor/github.com/zillode/notify/watchpoint_other.go b/vendor/github.com/Zillode/notify/watchpoint_other.go similarity index 100% rename from vendor/github.com/zillode/notify/watchpoint_other.go rename to vendor/github.com/Zillode/notify/watchpoint_other.go diff --git a/vendor/github.com/zillode/notify/watchpoint_readdcw.go b/vendor/github.com/Zillode/notify/watchpoint_readdcw.go similarity index 100% rename from vendor/github.com/zillode/notify/watchpoint_readdcw.go rename to vendor/github.com/Zillode/notify/watchpoint_readdcw.go diff --git a/vendor/manifest b/vendor/manifest index 86ebcbed..efdf5300 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -517,8 +517,8 @@ "notests": true }, { - "importpath": "github.com/zillode/notify", - "repository": "https://github.com/zillode/notify", + "importpath": "github.com/Zillode/notify", + "repository": "https://github.com/Zillode/notify", "vcs": "git", "revision": "a8abcfb1ce88ee8d79a300ed65d94b8fb616ddb3", "branch": "master",