2019-07-30 19:12:21 +03:00
|
|
|
module github.com/markbates/pkger
|
|
|
|
|
|
|
|
go 1.12
|
2019-07-31 00:21:26 +03:00
|
|
|
|
2019-07-31 18:53:36 +03:00
|
|
|
require (
|
2019-08-30 05:30:00 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-08-01 19:03:12 +03:00
|
|
|
github.com/markbates/errx v1.1.0
|
2019-08-29 01:15:56 +03:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-08-30 05:30:00 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-07-31 18:53:36 +03:00
|
|
|
)
|