mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 05:52:20 +08:00
renamed datastore.go -> go-datastore
This commit is contained in:
@ -3,7 +3,7 @@ package namesys
|
||||
import (
|
||||
"testing"
|
||||
|
||||
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/datastore.go"
|
||||
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
|
||||
ci "github.com/jbenet/go-ipfs/crypto"
|
||||
"github.com/jbenet/go-ipfs/peer"
|
||||
mock "github.com/jbenet/go-ipfs/routing/mock"
|
||||
|
Reference in New Issue
Block a user