go.mod 359 Bytes
Newer Older
tavit ohanian's avatar
tavit ohanian committed
1
module gitlab.dms3.io/ld/go-ld-prime
Alex's avatar
Alex committed
2

tavit ohanian's avatar
tavit ohanian committed
3
go 1.15
Alex's avatar
Alex committed
4 5

require (
6
	github.com/frankban/quicktest v1.11.3
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
11
	gitlab.dms3.io/dms3/go-cid v0.0.3
Alex's avatar
Alex committed
12
)