This commit is contained in:
2024-04-01 02:14:28 -06:00
parent f72bb31b75
commit 593305df63
4 changed files with 50 additions and 4 deletions

2
go.mod
View File

@ -15,6 +15,7 @@ require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
@ -29,6 +30,7 @@ require (
)
require (
github.com/aws/aws-sdk-go v1.51.11
github.com/clerkinc/clerk-sdk-go v1.49.0
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.16.0