From bcd5673a793cbe8a3890af08d81dec470d8b5d12 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 8 May 2015 01:10:20 +0200 Subject: [PATCH] godeps: rewrite import path --- 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 c5ede8d47..461edee77 100644 --- a/Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go +++ b/Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go @@ -17,8 +17,8 @@ import ( "time" ma "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr" + manet "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr-net" serial "github.com/ipfs/go-ipfs/repo/fsrepo/serialize" - manet "github.com/jbenet/go-multiaddr-net" ) // GetNumNodes returns the number of testbed nodes configured in the testbed directory