11 lines
211 B
Modula-2
11 lines
211 B
Modula-2
module github.com/gobuffalo/envy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/rogpeppe/go-internal v1.3.2
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|