mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 18:15:10 +00:00
8 lines
202 B
Modula-2
8 lines
202 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/rogpeppe/go-internal v1.1.0
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|