|
module github.com/markbates/pkger
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gobuffalo/here v0.2.2
|
|
github.com/markbates/errx v1.1.0
|
|
github.com/markbates/hepa v0.0.0-20190718154049-1d900199db5b
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|