From c8abef059c1a79dcf24f8db45b75a5556ad13b72 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet <juan@benet.ai> Date: Thu, 18 Jun 2015 02:10:04 -0700 Subject: [PATCH] godeps hack: chriscool/go-sleep remains vendored License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai> --- util/sadhack/godep.go | 1 + 1 file changed, 1 insertion(+) diff --git a/util/sadhack/godep.go b/util/sadhack/godep.go index e8f24c008..c38bbb1e4 100644 --- a/util/sadhack/godep.go +++ b/util/sadhack/godep.go @@ -6,3 +6,4 @@ import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/dustin/go-hum // similar to the above, only used in the tests makefile import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/iptb" +import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/chriscool/go-sleep" -- GitLab