mlpdraftbot/go.mod

19 lines
571 B
Modula-2

module git.fromouter.space/mcg/mlpdraftbot
go 1.12
require (
git.fromouter.space/hamcha/tg v0.0.4
git.fromouter.space/mcg/cardgage v0.0.4
git.fromouter.space/mcg/draft v0.0.7
git.fromouter.space/mcg/draftbot v0.0.4
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.20.0+incompatible
github.com/go-kit/kit v0.8.0
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/spf13/viper v1.4.0
)