go.mod 191 Bytes
Newer Older
Daniel Martí's avatar
Daniel Martí committed
1
module github.com/ipld/go-codec-dagpb
Rod Vagg's avatar
Rod Vagg committed
2 3 4 5 6

go 1.15

require (
	github.com/ipfs/go-cid v0.0.7
acruikshank's avatar
acruikshank committed
7
	github.com/ipld/go-ipld-prime v0.9.0
Rod Vagg's avatar
Rod Vagg committed
8
	github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e
Rod Vagg's avatar
Rod Vagg committed
9
)