Commit b1ec37fc authored by Ho-Sheng Hsiao's avatar Ho-Sheng Hsiao Committed by Juan Batiz-Benet

Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs

- Modified Godeps/Godeps.json by hand
- [TEST] Updated welcome docs hash to sharness
- [TEST] Updated contact doc
- [TEST] disabled breaking test (t0080-repo refs local)
parent 85b2f60f
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
package offline package offline
import ( import (
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context" context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
blocks "github.com/jbenet/go-ipfs/blocks" blocks "github.com/ipfs/go-ipfs/blocks"
"github.com/jbenet/go-ipfs/blocks/blockstore" "github.com/ipfs/go-ipfs/blocks/blockstore"
exchange "github.com/jbenet/go-ipfs/exchange" exchange "github.com/ipfs/go-ipfs/exchange"
u "github.com/jbenet/go-ipfs/util" u "github.com/ipfs/go-ipfs/util"
) )
func Exchange(bs blockstore.Blockstore) exchange.Interface { func Exchange(bs blockstore.Blockstore) exchange.Interface {
......
...@@ -3,13 +3,13 @@ package offline ...@@ -3,13 +3,13 @@ package offline
import ( import (
"testing" "testing"
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore" ds "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
ds_sync "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore/sync" ds_sync "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore/sync"
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context" context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
blocks "github.com/jbenet/go-ipfs/blocks" blocks "github.com/ipfs/go-ipfs/blocks"
"github.com/jbenet/go-ipfs/blocks/blockstore" "github.com/ipfs/go-ipfs/blocks/blockstore"
"github.com/jbenet/go-ipfs/blocks/blocksutil" "github.com/ipfs/go-ipfs/blocks/blocksutil"
u "github.com/jbenet/go-ipfs/util" u "github.com/ipfs/go-ipfs/util"
) )
func TestBlockReturnsErr(t *testing.T) { func TestBlockReturnsErr(t *testing.T) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment