mirror-nourybot/go.mod

16 lines
330 B
Modula-2
Raw Normal View History

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-03-06 20:19:55 +01:00
github.com/gempir/go-twitch-irc/v3 v3.0.0
2022-03-10 23:41:13 +01:00
github.com/go-sql-driver/mysql v1.6.0
2021-10-13 21:30:31 +02:00
github.com/joho/godotenv v1.4.0
github.com/sirupsen/logrus v1.8.1
)
2021-10-25 23:33:00 +02:00
require (
2022-03-10 23:27:06 +01:00
github.com/stretchr/testify v1.6.1 // indirect
2021-10-25 23:33:00 +02:00
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
)