10 lines
256 B
Modula-2
10 lines
256 B
Modula-2
|
module github.com/gobuffalo/envy
|
||
|
|
||
|
require (
|
||
|
github.com/gobuffalo/packr/v2 v2.0.0-rc.14
|
||
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||
|
github.com/joho/godotenv v1.3.0
|
||
|
github.com/rogpeppe/go-internal v1.1.0
|
||
|
github.com/stretchr/testify v1.3.0
|
||
|
)
|