1
0
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:
Brian Tiger Chow
2014-09-09 22:39:42 -07:00
parent 1fa7c07dc7
commit 7968b45e58
318 changed files with 62955 additions and 83 deletions

View File

@ -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