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

View File

@ -13,7 +13,7 @@ import (
"errors"
"path/filepath"
"github.com/Zillode/notify"
"github.com/syncthing/notify"
)
// Notify does not block on sending to channel, so the channel must be buffered.

View File

@ -8,7 +8,7 @@
package fs
import "github.com/Zillode/notify"
import "github.com/syncthing/notify"
const (
subEventMask = notify.Create | notify.FileModified | notify.FileRenameFrom | notify.FileDelete | notify.FileRenameTo

View File

@ -8,7 +8,7 @@
package fs
import "github.com/Zillode/notify"
import "github.com/syncthing/notify"
const (
subEventMask = notify.InCreate | notify.InMovedTo | notify.InDelete | notify.InDeleteSelf | notify.InModify | notify.InMovedFrom | notify.InMoveSelf

View File

@ -8,7 +8,7 @@
package fs
import "github.com/Zillode/notify"
import "github.com/syncthing/notify"
const (
subEventMask = notify.NoteDelete | notify.NoteWrite | notify.NoteRename

View File

@ -12,7 +12,7 @@
package fs
import "github.com/Zillode/notify"
import "github.com/syncthing/notify"
const (
subEventMask = notify.All

View File

@ -8,7 +8,7 @@
package fs
import "github.com/Zillode/notify"
import "github.com/syncthing/notify"
const (
subEventMask = notify.FileNotifyChangeFileName | notify.FileNotifyChangeDirName | notify.FileNotifyChangeSize | notify.FileNotifyChangeCreation

View File

@ -18,7 +18,7 @@ import (
"testing"
"time"
"github.com/Zillode/notify"
"github.com/syncthing/notify"
)
func TestMain(m *testing.M) {

16
vendor/manifest vendored
View File

@ -41,14 +41,6 @@
"branch": "master",
"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",
"repository": "https://github.com/a8m/mark",
@ -455,6 +447,14 @@
"branch": "master",
"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",
"repository": "https://github.com/syndtr/goleveldb",