mlp-server-tools/draftbot/go.mod
Hamcha dbc7e7e0ba
All checks were successful
continuous-integration/drone/push Build is passing
Tell players their picks when the draft is over
2019-06-28 11:20:52 +02:00

10 lines
235 B
Modula-2

module git.fromouter.space/mcg/mlp-server-tools/draftbot
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.3
github.com/go-kit/kit v0.8.0
)