module github.com/ipfs/go-datastore require ( 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 golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 ) go 1.12