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

View File

@@ -19,9 +19,9 @@ import (
_ "github.com/lib/pq"
"github.com/resend/resend-go/v2"
"github.com/stripe/stripe-go/v76"
"github.com/stripe/stripe-go/v76/checkout/session"
"github.com/stripe/stripe-go/v76/webhook"
"github.com/stripe/stripe-go/v84"
"github.com/stripe/stripe-go/v84/checkout/session"
"github.com/stripe/stripe-go/v84/webhook"
"google.golang.org/api/idtoken"
)