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

go 1.12

require (
Eric Myhre's avatar
Eric Myhre committed
6 7 8 9 10 11 12 13 14
	github.com/gxed/hashland/keccakpg v0.0.1 // indirect
	github.com/gxed/hashland/murmur3 v0.0.1 // indirect
	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
	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
15
)