Commit 2a029a8e authored by Steven Allen's avatar Steven Allen

feat: move car program to a separate module

That way, this repo doesn't end up bringing in urfav/cli as a dependency.
parent 3e2cf7af
module github.com/ipld/go-car/car
go 1.13
require (
github.com/ipld/go-car v0.0.5
github.com/urfave/cli v1.22.4
)
// Only applies when built by checking out the source directory.
replace github.com/ipld/go-car => ./..
This diff is collapsed.
......@@ -10,7 +10,6 @@ require (
github.com/ipld/go-ipld-prime-proto v0.0.0-20191113031812-e32bd156a1e5
github.com/multiformats/go-multihash v0.0.5
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.20.0
)
go 1.13
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