From 63dcebab717a9101f2a7b1566f01c55a6cd66be1 Mon Sep 17 00:00:00 2001 From: Chris Dillon Date: Fri, 24 Jul 2015 14:08:50 -0700 Subject: [PATCH] fix json parse error on Godeps Signed-off-by: Chris Dillon --- Godeps/Godeps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index d40401810..174280023 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -81,7 +81,8 @@ { "ImportPath": "github.com/stevvooe/resumable", "Rev": "51ad44105773cafcbe91927f70ac68e1bf78f8b4" - }, + }, + { "ImportPath": "github.com/mitchellh/mapstructure", "Rev": "482a9fd5fa83e8c4e7817413b80f3eb8feec03ef" },