mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
* Changes to support custom URL paths * Refactor image resolver code * Initialise box files at startup * Update packr Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
9 lines
146 B
Modula-2
9 lines
146 B
Modula-2
module github.com/gobuffalo/logger
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
)
|