mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 14:26:44 +01:00
13 lines
435 B
Modula-2
13 lines
435 B
Modula-2
module github.com/gobuffalo/meta
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/gobuffalo/envy v1.6.12
|
|
github.com/gobuffalo/flect v0.0.0-20190117212819-a62e61d96794
|
|
github.com/kr/pty v1.1.3 // indirect
|
|
github.com/markbates/deplist v1.0.5 // indirect
|
|
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rogpeppe/go-internal v1.1.0
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|