2020-12-21 00:32:39 +00:00
|
|
|
module github.com/Luzifer/twitch-bot
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
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
|
|
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
|
|
github.com/go-irc/irc v2.1.0+incompatible
|
|
|
|
github.com/gologme/log v1.2.0
|
2021-05-24 15:36:16 +00:00
|
|
|
github.com/hashicorp/hcl/v2 v2.10.0
|
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
|
|
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
|
|
)
|