File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/Quaver/api2
2
2
3
- go 1.23.2
3
+ go 1.23.5
4
4
5
5
require (
6
6
github.com/Azure/azure-pipeline-go v0.2.3
@@ -15,6 +15,7 @@ require (
15
15
github.com/go-resty/resty/v2 v2.15.3
16
16
github.com/golang-jwt/jwt/v5 v5.2.1
17
17
github.com/golang-migrate/migrate/v4 v4.18.1
18
+ github.com/microcosm-cc/bluemonday v1.0.27
18
19
github.com/oliamb/cutter v0.2.2
19
20
github.com/redis/go-redis/v9 v9.6.1
20
21
github.com/robfig/cron/v3 v3.0.1
@@ -60,7 +61,6 @@ require (
60
61
github.com/leodido/go-urn v1.4.0 // indirect
61
62
github.com/mattn/go-ieproxy v0.0.12 // indirect
62
63
github.com/mattn/go-isatty v0.0.20 // indirect
63
- github.com/microcosm-cc/bluemonday v1.0.27 // indirect
64
64
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
65
65
github.com/modern-go/reflect2 v1.0.2 // indirect
66
66
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
You can’t perform that action at this time.
0 commit comments