Merge pull request #26 from ActiveState/update_fsnotify
update fsnotify to latest
This commit is contained in:
commit
d21b644dea
|
@ -1,6 +1,7 @@
|
||||||
# Apr, 2014
|
# Apr, 2014
|
||||||
|
|
||||||
* allow reading of longer lines if MaxLineSize is unset (PR #24)
|
* allow reading of longer lines if MaxLineSize is unset (PR #24)
|
||||||
|
* updated deps.json to latest fsnotify (441bbc86b1)
|
||||||
|
|
||||||
# Feb, 2014
|
# Feb, 2014
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"github.com/howeyc/fsnotify": {
|
"github.com/howeyc/fsnotify": {
|
||||||
"repo": "http://github.com/howeyc/fsnotify.git",
|
"repo": "http://github.com/howeyc/fsnotify.git",
|
||||||
"version": "206f31729d",
|
"version": "441bbc86b167",
|
||||||
"type": "git-clone",
|
"type": "git-clone",
|
||||||
"alias": "github.com/howeyc/fsnotify"
|
"alias": "github.com/howeyc/fsnotify"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue