Skip to content

Commit

Permalink
Update dependency go to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 16, 2025
1 parent 37ad33d commit 7c4d366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Quaver/api2

go 1.23.2
go 1.23.5

require (
github.com/Azure/azure-pipeline-go v0.2.3
Expand All @@ -15,6 +15,7 @@ require (
github.com/go-resty/resty/v2 v2.15.3
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/microcosm-cc/bluemonday v1.0.27
github.com/oliamb/cutter v0.2.2
github.com/redis/go-redis/v9 v9.6.1
github.com/robfig/cron/v3 v3.0.1
Expand Down Expand Up @@ -60,7 +61,6 @@ require (
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mattn/go-ieproxy v0.0.12 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
Expand Down

0 comments on commit 7c4d366

Please sign in to comment.