mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 17:22:21 +08:00
vendor dependencies with godep
dependencies are vendored into Godeps/_workspace and commit versions are recorded in Godeps.json update datastore to e89f0511 update go.crypto
This commit is contained in:
@ -5,9 +5,9 @@ import (
|
||||
"path"
|
||||
"strings"
|
||||
|
||||
mh "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
|
||||
merkledag "github.com/jbenet/go-ipfs/merkledag"
|
||||
u "github.com/jbenet/go-ipfs/util"
|
||||
mh "github.com/jbenet/go-multihash"
|
||||
)
|
||||
|
||||
// Resolver provides path resolution to IPFS
|
||||
|
Reference in New Issue
Block a user