mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
10 lines
217 B
Modula-2
10 lines
217 B
Modula-2
|
module github.com/Luzifer/twitch-bot/examples/plugin
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/Luzifer/twitch-bot v0.15.1-0.20210818231457-a134d3080de7
|
||
|
github.com/go-irc/irc v2.1.0+incompatible
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
)
|