From a1e489f93dc3112bca99f7ec3ce2c18772bf340f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 12 Apr 2014 17:02:59 -0700 Subject: [PATCH] update fsnotify to latest --- CHANGES.md | 1 + deps.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e3a1a72..498fb58 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ # Apr, 2014 * allow reading of longer lines if MaxLineSize is unset (PR #24) +* updated deps.json to latest fsnotify (441bbc86b1) # Feb, 2014 diff --git a/deps.json b/deps.json index 1409279..606beb1 100644 --- a/deps.json +++ b/deps.json @@ -1,7 +1,7 @@ { "github.com/howeyc/fsnotify": { "repo": "http://github.com/howeyc/fsnotify.git", - "version": "206f31729d", + "version": "441bbc86b167", "type": "git-clone", "alias": "github.com/howeyc/fsnotify" },