go.mod 498 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 7 8 9
	github.com/ipfs/go-cid v0.0.4
	github.com/minio/sha256-simd v0.1.1 // indirect
	github.com/mr-tron/base58 v1.1.3 // indirect
	github.com/polydawn/refmt v0.0.0-20190807091052-3d65705ee9f1
10
	github.com/smartystreets/goconvey v1.6.4 // indirect
Eric Myhre's avatar
Eric Myhre committed
11 12 13
	github.com/warpfork/go-wish v0.0.0-20200122115046-b9ea61034e4a
	golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
	golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
Alex's avatar
Alex committed
14
)