From 4e140c6fb5db0513763ee82f6b67fd2f17386189 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Sun, 3 May 2015 22:05:58 -0700 Subject: [PATCH] try and fix godeps crap --- Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go b/Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go index 4fbb2a003b3..c5ede8d47bc 100644 --- a/Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go +++ b/Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go @@ -16,9 +16,9 @@ import ( "syscall" "time" + ma "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr" serial "github.com/ipfs/go-ipfs/repo/fsrepo/serialize" manet "github.com/jbenet/go-multiaddr-net" - ma "github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/jbenet/go-multiaddr" ) // GetNumNodes returns the number of testbed nodes configured in the testbed directory