mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
16 lines
330 B
Modula-2
16 lines
330 B
Modula-2
module github.com/lyx0/nourybot
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gempir/go-twitch-irc/v3 v3.0.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
|
)
|