Commit 058fa431 authored by Brian Tiger Chow's avatar Brian Tiger Chow

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
parent 54803570
package blocks package blocks
import ( import (
mh "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
u "github.com/jbenet/go-ipfs/util" u "github.com/jbenet/go-ipfs/util"
mh "github.com/jbenet/go-multihash"
) )
// Block is the ipfs blocks service. It is the way // Block is the ipfs blocks service. It is the way
......
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