draftbot/go.mod

12 lines
260 B
Modula-2
Raw Normal View History

2019-08-26 09:23:14 +00:00
module git.fromouter.space/mcg/draftbot
2019-08-26 09:20:00 +00:00
go 1.12
require (
git.fromouter.space/Artificiale/moa v0.0.1-p2
git.fromouter.space/mcg/cardgage v0.0.4
git.fromouter.space/mcg/draft v0.0.7
github.com/go-kit/kit v0.8.0
github.com/mitchellh/mapstructure v1.1.2
)