File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,14 @@ 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
21
22
github.com/sirupsen/logrus v1.9.3
22
23
github.com/spf13/cobra v1.8.1
23
24
github.com/stripe/stripe-go/v79 v79.12.0
24
- github.com/stripe/stripe-go/v80 v80.1 .0
25
+ github.com/stripe/stripe-go/v81 v81.0 .0
25
26
gopkg.in/yaml.v3 v3.0.1
26
27
gorm.io/driver/mysql v1.5.7
27
28
gorm.io/gorm v1.25.12
@@ -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
Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8
204
204
github.com/stripe/stripe-go/v79 v79.12.0 h1:HQs/kxNEB3gYA7FnkSFkp0kSOeez0fsmCWev6SxftYs =
205
205
github.com/stripe/stripe-go/v79 v79.12.0 /go.mod h1:cuH6X0zC8peY6f1AubHwgJ/fJSn2dh5pfiCr6CjyKVU =
206
206
github.com/stripe/stripe-go/v80 v80.1.0 /go.mod h1:n7tsDvdltYlzOLGXlseMSJM6ik5uv3guptqtae/VSak =
207
+ github.com/stripe/stripe-go/v81 v81.0.0 /go.mod h1:C/F4jlmnGNacvYtBp/LUHCvVUJEZffFQCobkzwY1WOo =
207
208
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI =
208
209
github.com/twitchyliquid64/golang-asm v0.15.1 /go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08 =
209
210
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
You can’t perform that action at this time.
0 commit comments