2021-09-20 03:45:13 +02:00
|
|
|
module github.com/lyx0/nourybot
|
|
|
|
|
|
|
|
go 1.17
|
2021-10-13 21:30:31 +02:00
|
|
|
|
|
|
|
require (
|
2022-06-04 02:29:05 +02:00
|
|
|
github.com/gempir/go-twitch-irc/v3 v3.1.0
|
2021-10-13 21:30:31 +02:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2021-10-25 23:33:00 +02:00
|
|
|
)
|