Skip to content

Commit 7c4d366

Browse files
committed
Update dependency go to v1.23.5
1 parent 37ad33d commit 7c4d366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Quaver/api2
22

3-
go 1.23.2
3+
go 1.23.5
44

55
require (
66
github.com/Azure/azure-pipeline-go v0.2.3
@@ -15,6 +15,7 @@ require (
1515
github.com/go-resty/resty/v2 v2.15.3
1616
github.com/golang-jwt/jwt/v5 v5.2.1
1717
github.com/golang-migrate/migrate/v4 v4.18.1
18+
github.com/microcosm-cc/bluemonday v1.0.27
1819
github.com/oliamb/cutter v0.2.2
1920
github.com/redis/go-redis/v9 v9.6.1
2021
github.com/robfig/cron/v3 v3.0.1
@@ -60,7 +61,6 @@ require (
6061
github.com/leodido/go-urn v1.4.0 // indirect
6162
github.com/mattn/go-ieproxy v0.0.12 // indirect
6263
github.com/mattn/go-isatty v0.0.20 // indirect
63-
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
6464
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6565
github.com/modern-go/reflect2 v1.0.2 // indirect
6666
github.com/pelletier/go-toml/v2 v2.2.3 // indirect

0 commit comments

Comments
 (0)