mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
27 lines
651 B
Modula-2
27 lines
651 B
Modula-2
module github.com/lyx0/nourybot
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gempir/go-twitch-irc/v4 v4.0.0
|
|
github.com/jakecoffman/cron v0.0.0-20190106200828-7e2009c226a5
|
|
github.com/lib/pq v1.10.9
|
|
github.com/nicklaw5/helix v1.25.0
|
|
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
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
|
|
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
|
|
)
|