Update Stripe SDK from v76 to v84
This commit is contained in:
6
main.go
6
main.go
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user