pkger/go.mod

10 lines
173 B
Modula-2
Raw Normal View History

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 (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gobuffalo/here v0.2.1
github.com/stretchr/testify v1.3.0
)