pkger/go.mod

10 lines
223 B
Modula-2

module github.com/markbates/pkger
go 1.12
require (
github.com/markbates/errx v1.1.0
github.com/markbates/pkger/internal/examples/app v0.0.0-20190828221556-01cf733caad1 // indirect
github.com/stretchr/testify v1.4.0
)