mirror-nourybot/go.mod
2023-08-05 20:12:07 +02:00

26 lines
802 B
Modula-2

module github.com/lyx0/nourybot
go 1.20
require (
github.com/briandowns/openweathermap v0.18.0
github.com/dustin/go-humanize v1.0.0
github.com/gempir/go-twitch-irc/v4 v4.0.0 // indirect
github.com/jakecoffman/cron v0.0.0-20190106200828-7e2009c226a5
github.com/joho/godotenv v1.4.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.10.6
github.com/nicklaw5/helix v1.25.0
github.com/redis/go-redis/v9 v9.0.3
github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0
go.uber.org/zap v1.21.0
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
)