mirror of
https://github.com/stashapp/stash.git
synced 2026-04-24 16:04:56 +02:00
9 lines
256 B
Modula-2
9 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
|
|
)
|