Merge pull request #146 from ipfs/feat/try-harder
feat(mount): don't give up on error
Showing
... | ... | @@ -4,9 +4,9 @@ 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 | ||
go.uber.org/multierr v1.4.0 | ||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 | ||
) | ||
go 1.12 | ||
go 1.13 |
Please register or sign in to comment