Add gomod
Showing
go.mod
0 → 100644
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 | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
) |
go.sum
0 → 100644
Please register or sign in to comment