mlpdraftbot/go.mod

19 lines
571 B
Modula-2
Raw Permalink Normal View History

2019-08-22 09:02:06 +00:00
module git.fromouter.space/mcg/mlpdraftbot
go 1.12
require (
2019-08-26 10:28:48 +00:00
git.fromouter.space/hamcha/tg v0.0.4
2019-08-22 12:40:48 +00:00
git.fromouter.space/mcg/cardgage v0.0.4
2019-08-23 15:08:30 +00:00
git.fromouter.space/mcg/draft v0.0.7
2019-08-26 10:28:48 +00:00
git.fromouter.space/mcg/draftbot v0.0.4
2019-08-22 12:40:48 +00:00
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
)