jellyfixer/go.mod
Marvin Steadfast f46f913206
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
external and internal url can set from config or environment variable
2020-12-09 09:12:00 +01:00

10 lines
175 B
Modula-2

module git.xsfx.dev/xsteadfastx/jellyfixer
go 1.15
require (
git.xsfx.dev/xsteadfastx/logginghandler v0.0.1
github.com/rs/zerolog v1.20.0
github.com/spf13/viper v1.7.1
)