Merge pull request #35 from ipfs/gomod
add gomod support // tag v0.0.1.
Showing
.travis.yml
0 → 100644
go.mod
0 → 100644
module github.com/ipfs/go-merkledag | ||
require ( | ||
github.com/gogo/protobuf v1.2.1 | ||
github.com/ipfs/go-block-format v0.0.2 | ||
github.com/ipfs/go-blockservice v0.0.1 | ||
github.com/ipfs/go-cid v0.0.1 | ||
github.com/ipfs/go-datastore v0.0.1 | ||
github.com/ipfs/go-ipfs-blockstore v0.0.1 | ||
github.com/ipfs/go-ipfs-exchange-offline v0.0.1 | ||
github.com/ipfs/go-ipfs-util v0.0.1 | ||
github.com/ipfs/go-ipld-cbor v0.0.1 | ||
github.com/ipfs/go-ipld-format v0.0.1 | ||
github.com/multiformats/go-multihash v0.0.1 | ||
) |
go.sum
0 → 100644
This diff is collapsed.
Please register or sign in to comment