vendor: Don't panic in FS watcher on old FreeBSD (fixes #4806) (#4809)

This adds a recover step to the notify package to avoid the panic. We
should get something like this upstreamed.
This commit is contained in:
Jakob Borg
2018-03-13 13:31:26 +01:00
committed by GitHub
parent b31bad1c4d
commit 470ef87dd5
2 changed files with 42 additions and 9 deletions
+8 -8
View File
@@ -41,6 +41,14 @@
"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",
@@ -516,14 +524,6 @@
"path": "/qr",
"notests": true
},
{
"importpath": "github.com/Zillode/notify",
"repository": "https://github.com/Zillode/notify",
"vcs": "git",
"revision": "a8abcfb1ce88ee8d79a300ed65d94b8fb616ddb3",
"branch": "master",
"notests": true
},
{
"importpath": "golang.org/x/crypto/bcrypt",
"repository": "https://go.googlesource.com/crypto",