2020-12-21 00:32:39 +00:00
|
|
|
module github.com/Luzifer/twitch-bot
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-05-24 15:55:12 +00:00
|
|
|
github.com/Luzifer/go_helpers v1.4.0 // indirect
|
2020-12-24 14:07:20 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.11.0
|
2020-12-21 00:32:39 +00:00
|
|
|
github.com/Luzifer/korvike/functions v0.6.1
|
2021-05-24 15:55:12 +00:00
|
|
|
github.com/Luzifer/rconfig v1.2.0 // indirect
|
2020-12-21 00:32:39 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
|
|
github.com/go-irc/irc v2.1.0+incompatible
|
2021-05-24 23:01:46 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2021-05-24 15:55:12 +00:00
|
|
|
github.com/onsi/gomega v1.12.0 // indirect
|
2020-12-21 00:32:39 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-03-27 16:59:56 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2020-12-21 00:32:39 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2021-05-24 23:01:46 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2021-05-24 15:55:12 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-12-21 00:32:39 +00:00
|
|
|
)
|