pkger/go.mod

9 lines
143 B
Modula-2
Raw Normal View History

2019-07-30 19:12:21 +03:00
module github.com/markbates/pkger
2019-09-05 19:22:35 +03:00
go 1.13
2019-07-31 00:21:26 +03:00
2019-07-31 18:53:36 +03:00
require (
2019-10-18 19:01:48 +03:00
github.com/gobuffalo/buffalo v0.14.11 // indirect
github.com/stretchr/testify v1.4.0
2019-07-31 18:53:36 +03:00
)