mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 19:40:27 +00:00
9 lines
212 B
Modula-2
9 lines
212 B
Modula-2
|
module github.com/gobuffalo/envy
|
||
|
|
||
|
require (
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/joho/godotenv v1.3.0
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
github.com/stretchr/testify v1.2.2
|
||
|
)
|