all: Add filesystem notification support

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3986
This commit is contained in:
Michael Ploujnikov
2017-10-20 14:52:55 +00:00
committed by Audrius Butkevicius
parent c704ba9ef9
commit f98c21b68e
62 changed files with 6079 additions and 18 deletions
+8
View File
@@ -446,6 +446,14 @@
"branch": "master",
"notests": true
},
{
"importpath": "github.com/zillode/notify",
"repository": "https://github.com/zillode/notify",
"vcs": "git",
"revision": "54e3093eb7377fd139c4605f475cc78e83610b9d",
"branch": "master",
"notests": true
},
{
"importpath": "golang.org/x/crypto/bcrypt",
"repository": "https://go.googlesource.com/crypto",