mirror-nourybot/go.mod

28 lines
697 B
Modula-2
Raw Normal View History

2021-09-20 03:45:13 +02:00
module github.com/lyx0/nourybot
2023-03-03 22:16:11 +01:00
go 1.20
2021-10-13 21:30:31 +02:00
require (
2023-08-08 01:00:14 +02:00
github.com/gempir/go-twitch-irc/v4 v4.0.0
2022-08-25 04:47:27 +02:00
github.com/jakecoffman/cron v0.0.0-20190106200828-7e2009c226a5
2023-08-04 20:57:40 +02:00
github.com/lib/pq v1.10.9
2023-03-03 22:16:11 +01:00
github.com/nicklaw5/helix v1.25.0
2023-08-04 20:57:40 +02:00
github.com/rs/zerolog v1.29.1
go.uber.org/zap v1.24.0
)
require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
2021-10-25 23:33:00 +02:00
)
2022-08-07 03:09:09 +02:00
require (
2023-09-07 20:43:16 +02:00
github.com/briandowns/openweathermap v0.19.0
2023-08-08 02:37:37 +02:00
github.com/dustin/go-humanize v1.0.1
2022-08-29 21:24:21 +02:00
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
2023-08-04 20:57:40 +02:00
github.com/joho/godotenv v1.5.1
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.8.0 // indirect
2022-08-07 03:09:09 +02:00
)