vendor: github.com/Zillode/notify is now github.com/syncthing/notify (#4813)

Given that we've taken on the resposibility of maintaining this forked
package I've added it to the Syncthing organization. We still vendor it
like an external package, because it's convenient to keep it as a fork
of upstream to easier merge and file pull requests towards them.
This commit is contained in:
Jakob Borg
2018-03-14 14:48:22 +01:00
committed by Simon Frei
parent 55a7830ff9
commit bea3c01772
40 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"errors" "errors"
"path/filepath" "path/filepath"
"github.com/Zillode/notify" "github.com/syncthing/notify"
) )
// Notify does not block on sending to channel, so the channel must be buffered. // Notify does not block on sending to channel, so the channel must be buffered.
+1 -1
View File
@@ -8,7 +8,7 @@
package fs package fs
import "github.com/Zillode/notify" import "github.com/syncthing/notify"
const ( const (
subEventMask = notify.Create | notify.FileModified | notify.FileRenameFrom | notify.FileDelete | notify.FileRenameTo subEventMask = notify.Create | notify.FileModified | notify.FileRenameFrom | notify.FileDelete | notify.FileRenameTo
+1 -1
View File
@@ -8,7 +8,7 @@
package fs package fs
import "github.com/Zillode/notify" import "github.com/syncthing/notify"
const ( const (
subEventMask = notify.InCreate | notify.InMovedTo | notify.InDelete | notify.InDeleteSelf | notify.InModify | notify.InMovedFrom | notify.InMoveSelf subEventMask = notify.InCreate | notify.InMovedTo | notify.InDelete | notify.InDeleteSelf | notify.InModify | notify.InMovedFrom | notify.InMoveSelf
+1 -1
View File
@@ -8,7 +8,7 @@
package fs package fs
import "github.com/Zillode/notify" import "github.com/syncthing/notify"
const ( const (
subEventMask = notify.NoteDelete | notify.NoteWrite | notify.NoteRename subEventMask = notify.NoteDelete | notify.NoteWrite | notify.NoteRename
+1 -1
View File
@@ -12,7 +12,7 @@
package fs package fs
import "github.com/Zillode/notify" import "github.com/syncthing/notify"
const ( const (
subEventMask = notify.All subEventMask = notify.All
+1 -1
View File
@@ -8,7 +8,7 @@
package fs package fs
import "github.com/Zillode/notify" import "github.com/syncthing/notify"
const ( const (
subEventMask = notify.FileNotifyChangeFileName | notify.FileNotifyChangeDirName | notify.FileNotifyChangeSize | notify.FileNotifyChangeCreation subEventMask = notify.FileNotifyChangeFileName | notify.FileNotifyChangeDirName | notify.FileNotifyChangeSize | notify.FileNotifyChangeCreation
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"testing" "testing"
"time" "time"
"github.com/Zillode/notify" "github.com/syncthing/notify"
) )
func TestMain(m *testing.M) { func TestMain(m *testing.M) {
+8 -8
View File
@@ -41,14 +41,6 @@
"branch": "master", "branch": "master",
"notests": true "notests": true
}, },
{
"importpath": "github.com/Zillode/notify",
"repository": "https://github.com/calmh/notify",
"vcs": "git",
"revision": "53dd6873a851fc377c87d82f994b1fecdf25aadb",
"branch": "nopanic",
"notests": true
},
{ {
"importpath": "github.com/a8m/mark", "importpath": "github.com/a8m/mark",
"repository": "https://github.com/a8m/mark", "repository": "https://github.com/a8m/mark",
@@ -455,6 +447,14 @@
"branch": "master", "branch": "master",
"notests": true "notests": true
}, },
{
"importpath": "github.com/syncthing/notify",
"repository": "https://github.com/syncthing/notify",
"vcs": "git",
"revision": "e6390324ae88de3571a6b29ed1a20aa631b533d9",
"branch": "master",
"notests": true
},
{ {
"importpath": "github.com/syndtr/goleveldb/leveldb", "importpath": "github.com/syndtr/goleveldb/leveldb",
"repository": "https://github.com/syndtr/goleveldb", "repository": "https://github.com/syndtr/goleveldb",