mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
ecdb0df50a
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.2 to 4.5.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.2...v4.5.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
1.2 KiB
Modula-2
38 lines
1.2 KiB
Modula-2
module github.com/nouryxd/nourybot
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gempir/go-twitch-irc/v4 v4.0.0
|
|
github.com/google/uuid v1.4.0
|
|
github.com/jakecoffman/cron v0.0.0-20190106200828-7e2009c226a5
|
|
github.com/lib/pq v1.10.9
|
|
github.com/nicklaw5/helix/v2 v2.25.1
|
|
github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0
|
|
github.com/wader/goutubedl v0.0.0-20230924165737-427b7fa536e6
|
|
go.uber.org/zap v1.24.0
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
)
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.49.6 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/u2takey/go-utils v0.3.1 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/tools v0.12.1-0.20230825192346-2191a27a6dc5 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/briandowns/openweathermap v0.19.0
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/golang-migrate/migrate/v4 v4.17.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/u2takey/ffmpeg-go v0.5.0
|
|
)
|