historyposter/go.mod

12 lines
251 B
Modula-2
Raw Normal View History

2020-09-21 21:11:18 +00:00
module git.eeqj.de/sneak/historyposter
go 1.15
require (
github.com/k0kubun/pp v3.0.1+incompatible
github.com/mattn/go-isatty v0.0.12
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/rs/zerolog v1.20.0
github.com/spf13/viper v1.7.1
)