2021-09-20 03:45:13 +02:00
|
|
|
module github.com/lyx0/nourybot
|
|
|
|
|
2022-08-07 04:35:00 +02:00
|
|
|
go 1.19
|
2021-10-13 21:30:31 +02:00
|
|
|
|
|
|
|
require (
|
2022-08-15 15:04:43 +02:00
|
|
|
github.com/briandowns/openweathermap v0.18.0
|
2022-08-07 16:36:06 +02:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2022-08-07 04:35:00 +02:00
|
|
|
github.com/gempir/go-twitch-irc/v3 v3.2.0
|
2022-08-25 04:47:27 +02:00
|
|
|
github.com/jakecoffman/cron v0.0.0-20190106200828-7e2009c226a5
|
2021-10-13 21:30:31 +02:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2022-08-16 16:35:45 +02:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2022-08-10 16:52:37 +02:00
|
|
|
github.com/lib/pq v1.10.6
|
2022-08-07 03:09:09 +02:00
|
|
|
go.uber.org/zap v1.21.0
|
2021-10-25 23:33:00 +02:00
|
|
|
)
|
2022-06-04 03:03:51 +02:00
|
|
|
|
2022-08-07 03:09:09 +02:00
|
|
|
require (
|
2022-08-29 21:24:21 +02:00
|
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
|
|
|
|
github.com/nicklaw5/helix v1.25.0 // indirect
|
2022-08-07 03:09:09 +02:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
|
|
)
|