2020-05-09 19:09:27 +02:00
|
|
|
module github.com/gobuffalo/here
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-12-05 17:36:50 +01:00
|
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.5.1
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2020-05-09 19:09:27 +02:00
|
|
|
)
|