Update Stripe SDK from v76 to v84

This commit is contained in:
Ian Gulliver
2026-01-17 08:21:42 -07:00
parent ecef43ae73
commit dd1e20dc1f
3 changed files with 6 additions and 17 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.25
require (
github.com/lib/pq v1.10.9
github.com/resend/resend-go/v2 v2.28.0
github.com/stripe/stripe-go/v76 v76.25.0
github.com/stripe/stripe-go/v84 v84.2.0
google.golang.org/api v0.260.0
)