mlp-server-tools/draftbot/go.mod
Hamcha 78e07731c8
All checks were successful
continuous-integration/drone/push Build is passing
Add more tests!
2019-06-28 23:07:05 +02:00

11 lines
277 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.4
github.com/go-kit/kit v0.8.0
github.com/mitchellh/mapstructure v1.1.2
)