From 186b46d165f5ecf91fd76ef37e0f20d7db2c3482 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 3 Nov 2024 23:01:25 +0000 Subject: [PATCH] Update module github.com/stripe/stripe-go/v79 to v81 --- go.mod | 3 ++- go.sum | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index eb25056..35f3f2d 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -22,6 +23,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/stripe/stripe-go/v79 v79.12.0 github.com/stripe/stripe-go/v80 v80.1.0 + github.com/stripe/stripe-go/v81 v81.0.0 gopkg.in/yaml.v3 v3.0.1 gorm.io/driver/mysql v1.5.7 gorm.io/gorm v1.25.12 @@ -60,7 +62,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 diff --git a/go.sum b/go.sum index f26aab8..ad2d3f8 100644 --- a/go.sum +++ b/go.sum @@ -204,6 +204,7 @@ github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8 github.com/stripe/stripe-go/v79 v79.12.0 h1:HQs/kxNEB3gYA7FnkSFkp0kSOeez0fsmCWev6SxftYs= github.com/stripe/stripe-go/v79 v79.12.0/go.mod h1:cuH6X0zC8peY6f1AubHwgJ/fJSn2dh5pfiCr6CjyKVU= github.com/stripe/stripe-go/v80 v80.1.0/go.mod h1:n7tsDvdltYlzOLGXlseMSJM6ik5uv3guptqtae/VSak= +github.com/stripe/stripe-go/v81 v81.0.0/go.mod h1:C/F4jlmnGNacvYtBp/LUHCvVUJEZffFQCobkzwY1WOo= github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI= github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08= github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=