go.mod 436 Bytes
Newer Older
Jakub Sztandera's avatar
Jakub Sztandera committed
1 2 3 4 5 6 7 8
module github.com/ipfs/go-datastore

require (
	github.com/go-check/check v0.0.0-20180628173108-788fd7840127
	github.com/google/uuid v1.1.1
	github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8
	github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8
	github.com/kr/pretty v0.1.0 // indirect
9
	golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
Jakub Sztandera's avatar
Jakub Sztandera committed
10 11
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)