jellyfixer/go.mod

10 lines
175 B
Modula-2
Raw Normal View History

2020-12-03 11:42:25 +01:00
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
2020-12-03 11:42:25 +01:00
)