go.mod 316 Bytes
Newer Older
Alex's avatar
Alex committed
1 2
module github.com/ipld/go-ipld-prime

3
go 1.14
Alex's avatar
Alex committed
4 5

require (
Eric Myhre's avatar
Eric Myhre committed
6
	github.com/ipfs/go-cid v0.0.4
7
	github.com/multiformats/go-multihash v0.0.15
Eric Myhre's avatar
Eric Myhre committed
8
	github.com/polydawn/refmt v0.0.0-20190807091052-3d65705ee9f1
9
	github.com/smartystreets/goconvey v1.6.4 // indirect
Eric Myhre's avatar
Eric Myhre committed
10
	github.com/warpfork/go-wish v0.0.0-20200122115046-b9ea61034e4a
Alex's avatar
Alex committed
11
)