From 7cb0dcdbe146d552e7982916e6b723ef145e339e Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 7 Nov 2013 21:09:27 -0800 Subject: [PATCH] add deps.json for use with depman --- deps.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 deps.json diff --git a/deps.json b/deps.json new file mode 100644 index 0000000..af1d190 --- /dev/null +++ b/deps.json @@ -0,0 +1,12 @@ +{ + "github.com/howeyc/fsnotify": { + "repo": "github.com/howeyc/fsnotify", + "version": "d6220df", + "type": "git" + }, + "launchpad.net/tomb": { + "repo": "launchpad.net/tomb", + "version": "17", + "type": "bzr" + } +}