Merge pull request #15 from ipld/feat/mod-ci-codecov
Add travis & codecov and go modules support
Showing
.travis.yml
0 → 100644
codecov.yml
0 → 100644
go.mod
0 → 100644
module github.com/ipld/go-ipld-prime | ||
go 1.12 | ||
require ( | ||
github.com/ipfs/go-cid v0.0.2 | ||
github.com/polydawn/refmt v0.0.0-20190408063855-01bf1e26dd14 | ||
github.com/warpfork/go-wish v0.0.0-20190328234359-8b3e70f8e830 | ||
) |
go.sum
0 → 100644
Please register or sign in to comment