Skip to content

Commit 07d2a0f

Browse files
committed
Update module github.com/stripe/stripe-go/v80 to v81
1 parent 989bcf3 commit 07d2a0f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ 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
2122
github.com/sirupsen/logrus v1.9.3
2223
github.com/spf13/cobra v1.8.1
2324
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
2526
gopkg.in/yaml.v3 v3.0.1
2627
gorm.io/driver/mysql v1.5.7
2728
gorm.io/gorm v1.25.12
@@ -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

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8
204204
github.com/stripe/stripe-go/v79 v79.12.0 h1:HQs/kxNEB3gYA7FnkSFkp0kSOeez0fsmCWev6SxftYs=
205205
github.com/stripe/stripe-go/v79 v79.12.0/go.mod h1:cuH6X0zC8peY6f1AubHwgJ/fJSn2dh5pfiCr6CjyKVU=
206206
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=
207208
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
208209
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
209210
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=

0 commit comments

Comments
 (0)