2019-10-30 02:01:42 +01:00
|
|
|
module github.com/powerman/check
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-11-06 07:43:29 +01:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
|
|
|
|
github.com/pkg/errors v0.9.1
|
2019-10-30 02:01:42 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.0
|
2020-11-06 07:43:29 +01:00
|
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
2019-10-30 02:01:42 +01:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2020-11-06 07:43:29 +01:00
|
|
|
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
|
|
|
|
google.golang.org/grpc v1.27.0
|
|
|
|
google.golang.org/protobuf v1.25.0
|
2019-10-30 02:01:42 +01:00
|
|
|
)
|