mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
22 lines
551 B
Modula-2
22 lines
551 B
Modula-2
module github.com/lyx0/nourybot
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/briandowns/openweathermap v0.18.0
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gempir/go-twitch-irc/v3 v3.2.0
|
|
github.com/go-co-op/gocron v1.16.2
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/lib/pq v1.10.6
|
|
go.uber.org/zap v1.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
)
|