mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 16:50:01 +00:00
15 lines
335 B
Modula-2
15 lines
335 B
Modula-2
|
module github.com/Luzifer/twitch-bot
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
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
|
||
|
)
|