From f2f05c8e3d124929440d57af7ef86dc1c15ddc03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 12:23:22 +0000 Subject: [PATCH] build(deps): bump github.com/stripe/stripe-go/v86 from 86.2.0 to 86.4.0 Bumps [github.com/stripe/stripe-go/v86](https://github.com/stripe/stripe-go) from 86.2.0 to 86.4.0. - [Release notes](https://github.com/stripe/stripe-go/releases) - [Changelog](https://github.com/stripe/stripe-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-go/compare/v86.2.0...v86.4.0) --- updated-dependencies: - dependency-name: github.com/stripe/stripe-go/v86 dependency-version: 86.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 52a0d93..5e6924e 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/pressly/goose/v3 v3.27.3 github.com/redis/go-redis/v9 v9.19.0 github.com/router-for-me/CLIProxyAPI/v7 v7.2.149 - github.com/stripe/stripe-go/v86 v86.2.0 + github.com/stripe/stripe-go/v86 v86.4.0 golang.org/x/crypto v0.54.0 golang.org/x/term v0.45.0 ) diff --git a/go.sum b/go.sum index 67a98bf..f7df098 100644 --- a/go.sum +++ b/go.sum @@ -156,8 +156,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -github.com/stripe/stripe-go/v86 v86.2.0 h1:d6yW7JDnk03DEVGqct82j0rys8nPPCE3+RDPsIvUcrY= -github.com/stripe/stripe-go/v86 v86.2.0/go.mod h1:Co7QRXCKGNOPTugAdvjgRo+KcMtd9hxy+pZMN0yThsQ= +github.com/stripe/stripe-go/v86 v86.4.0 h1:1LRXJj60EfSux0e5gPoEuAyLp66Km51VhTWR2ZiUdfA= +github.com/stripe/stripe-go/v86 v86.4.0/go.mod h1:Co7QRXCKGNOPTugAdvjgRo+KcMtd9hxy+pZMN0yThsQ= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY= github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=