feat!: proxy images with JWT auth

This commit is contained in:
httpjamesm 2023-02-02 19:05:08 -05:00
parent 7494b2df33
commit 5f11bcd6a2
No known key found for this signature in database
8 changed files with 151 additions and 2 deletions

1
go.mod
View file

@ -17,6 +17,7 @@ require (
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/leodido/go-urn v1.2.1 // indirect