Unverified Commit 0d6179b5 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #29 from ipld/fix/car-submodule

feat: move car program to a separate module
parents a0fe2b43 2a029a8e
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