mirror-nourybot/go.mod
lyx0 9f75c8c31b feat: add download command and upload to catbox
adds a ()dl command that downloads a video using yt-dlp, then uploads the videofile to catbox and sends the catbox link
2023-10-02 00:35:27 +02:00

39 lines
1.3 KiB
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
github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0
go.uber.org/zap v1.24.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
require (
github.com/google/uuid v1.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/wabarc/go-catbox v0.1.0 // indirect
github.com/wabarc/helper v0.0.0-20210718171053-59c70d0b20c2 // indirect
github.com/wader/goutubedl v0.0.0-20230924165737-427b7fa536e6 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
mvdan.cc/xurls/v2 v2.2.0 // indirect
)
require (
github.com/briandowns/openweathermap v0.19.0
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
)