Remove keepalive

This commit is contained in:
2024-04-12 20:08:18 -06:00
parent 4f5afcda70
commit b5f3302a96
4 changed files with 6 additions and 25 deletions

4
go.mod
View File

@ -27,7 +27,7 @@ require (
)
require (
github.com/aws/aws-sdk-go v1.51.17
github.com/aws/aws-sdk-go v1.51.21
github.com/clerkinc/clerk-sdk-go v1.49.0
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.16.0
@ -37,7 +37,7 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/redis/go-redis/v9 v9.5.1
github.com/stripe/stripe-go/v76 v76.24.0
github.com/stripe/stripe-go/v76 v76.25.0
github.com/svix/svix-webhooks v1.21.0
github.com/yuin/goldmark v1.7.1
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc