mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
15 lines
377 B
Modula-2
15 lines
377 B
Modula-2
module github.com/Luzifer/twitch-bot
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.11.0
|
|
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
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|