From 418205601a64d96315cf0440cfda901c4dbf5b9f Mon Sep 17 00:00:00 2001 From: travisturner Date: Tue, 26 Nov 2013 16:41:50 -0600 Subject: [PATCH] add go-spew to depman --- deps.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deps.json b/deps.json index b06dac335..73952003b 100644 --- a/deps.json +++ b/deps.json @@ -38,5 +38,10 @@ "repo": "github.com/yasushi-saito/rbtree", "version": "571e2538414bf914c7e2909b61217b4e3e5508f4", "type": "git" + }, + "spew": { + "repo": "github.com/davecgh/go-spew/spew", + "version": "e762b3d1320b76030bd7f6cc2bfc3d9acce874c0", + "type": "git" } }