14 lines
414 B
Modula-2
14 lines
414 B
Modula-2
module github.com/powerman/check
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c
|
|
)
|