From 36b2cdb25bfcd838d1e660bbfb453c7eb3ecf655 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Sat, 20 Dec 2014 20:43:53 +0100 Subject: [PATCH] Godeps: update dependency for go-msgio Otherwise there is the following failure when running godep restore: fatal: reference is not a tree: 281b085dc602c4f0377438e20331f45a91bcdf9c godep: restore: exit status 128 License: MIT Signed-off-by: Christian Couder --- Godeps/Godeps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 38b0ec272..959cb3580 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -123,7 +123,7 @@ }, { "ImportPath": "github.com/jbenet/go-msgio", - "Rev": "281b085dc602c4f0377438e20331f45a91bcdf9c" + "Rev": "5e7289d3a0cd046a5bee30b187cc844c31f54dce" }, { "ImportPath": "github.com/jbenet/go-multiaddr",