Feat/interactive porep (#40)
* feat(porep): update API for interactive PoRep * fix(build): grab .pc file from appropriate location * fix(leak): point to patched sector builder * feat(workers): configurable number worker threads * fix(leak): point to patched sector builder * fix(lint): use proper error formatter * tidy * fix(opencl): install opencl * fix(cache): v15 cache
... | @@ -5,8 +5,12 @@ go 1.12 | ... | @@ -5,8 +5,12 @@ go 1.12 |
require ( | require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/ipfs/go-log v0.0.1 | github.com/ipfs/go-log v0.0.1 | ||
github.com/kr/pretty v0.1.0 // indirect | |||
github.com/mattn/go-colorable v0.1.4 // indirect | |||
github.com/pkg/errors v0.8.1 | github.com/pkg/errors v0.8.1 | ||
github.com/stretchr/testify v1.3.0 | github.com/stretchr/testify v1.4.0 | ||
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect | golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect | ||
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect | golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | |||
gopkg.in/yaml.v2 v2.2.4 // indirect | |||
) | ) |
Please register or sign in to comment