mlpcardbot/go.mod

9 lines
133 B
Modula-2
Raw Permalink Normal View History

2019-08-20 12:36:26 +00:00
module git.fromouter.space/mcg/mlpcardbot
go 1.12
2019-08-26 10:38:15 +00:00
require (
git.fromouter.space/hamcha/tg v0.0.4
github.com/spf13/viper v1.4.0
)