Dependencies!

This commit is contained in:
2024-07-05 09:12:50 -06:00
parent 2076202e3b
commit 61c3e9fb28
2 changed files with 21 additions and 21 deletions

14
go.mod
View File

@ -14,8 +14,8 @@ require (
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/image v0.17.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
@ -23,20 +23,20 @@ require (
)
require (
github.com/aws/aws-sdk-go v1.53.16
github.com/aws/aws-sdk-go v1.54.14
github.com/clerkinc/clerk-sdk-go v1.49.1
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.17.0
github.com/gorilla/feeds v1.1.2
github.com/gorilla/feeds v1.2.0
github.com/joho/godotenv v1.5.1
github.com/labstack/echo/v4 v4.12.0
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/stripe/stripe-go/v76 v76.25.0
github.com/svix/svix-webhooks v1.24.0
github.com/yuin/goldmark v1.7.1
github.com/yuin/goldmark v1.7.4
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/sys v0.22.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)