mlpdraftbot/go.mod

19 lines
644 B
Modula-2
Raw Normal View History

2019-08-22 09:02:06 +00:00
module git.fromouter.space/mcg/mlpdraftbot
go 1.12
require (
git.fromouter.space/hamcha/tg v0.0.0-20181213132350-d7698a3c50ea
2019-08-22 12:40:48 +00:00
git.fromouter.space/mcg/cardgage v0.0.4
git.fromouter.space/mcg/draft v0.0.6
git.fromouter.space/mcg/mlp-server-tools/draftbot v0.0.0-20190822092843-7fffdf24f1e7
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.20.0+incompatible
2019-08-22 15:23:30 +00:00
github.com/go-kit/kit v0.8.0
2019-08-22 12:40:48 +00:00
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
2019-08-22 09:02:06 +00:00
github.com/spf13/viper v1.4.0
)