go.mod 216 Bytes
Newer Older
Alex's avatar
Alex committed
1 2 3 4 5 6 7 8 9
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
)