module github.com/filecoin-project/go-sectorbuilder go 1.12 require ( github.com/davecgh/go-spew v1.1.1 // indirect 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/stretchr/testify v1.4.0 golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // 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 )