Merge pull request #27 from ipfs/gomod
add gomod support // tag v0.0.1.
Showing
go.mod
0 → 100644
module github.com/ipfs/go-path | |||
require ( | |||
github.com/ipfs/go-cid v0.0.1 | |||
github.com/ipfs/go-ipld-format v0.0.1 | |||
github.com/ipfs/go-log v0.0.1 | |||
github.com/ipfs/go-merkledag v0.0.1 | |||
) |
go.sum
0 → 100644
This diff is collapsed.
Please register or sign in to comment