1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 09:52:20 +08:00

update datastore paths

This commit is contained in:
Jeromy
2014-10-22 00:33:14 -07:00
parent 3ee3c44d7c
commit edb5a14f79
5 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ package pin
import (
"testing"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/datastore.go"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
bs "github.com/jbenet/go-ipfs/blockservice"
mdag "github.com/jbenet/go-ipfs/merkledag"
"github.com/jbenet/go-ipfs/util"