go.mod 570 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 (
6 7
	github.com/frankban/quicktest v1.11.3
	github.com/google/go-cmp v0.5.4
Eric Myhre's avatar
Eric Myhre committed
8 9 10 11
	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
12
	github.com/smartystreets/goconvey v1.6.4 // indirect
Eric Myhre's avatar
Eric Myhre committed
13 14 15
	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
16
)