dip/vendor/github.com/gobuffalo/here/go.mod

12 lines
282 B
Modula-2
Raw Normal View History

2020-01-27 21:16:08 +01:00
module github.com/gobuffalo/here
go 1.13
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.4.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)