go.mod 542 Bytes
Newer Older
1
2
3
4
5
module github.com/filecoin-project/go-sectorbuilder

go 1.12

require (
6
	github.com/davecgh/go-spew v1.1.1 // indirect
7
	github.com/ipfs/go-log v0.0.1
8
9
	github.com/kr/pretty v0.1.0 // indirect
	github.com/mattn/go-colorable v0.1.4 // indirect
10
	github.com/pkg/errors v0.8.1
11
12
13
14
15
	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
16
)