Compare commits

..

3 Commits

Author SHA1 Message Date
ngn
5e7239d308 Merge pull request 'Update module github.com/golang-jwt/jwt/v4 to v5' (#16) from renovate/github.com-golang-jwt-jwt-v4-5.x into custom
Some checks failed
Build and publish the docker image / build (push) Failing after 15s
Reviewed-on: #16
2025-01-19 19:26:57 +00:00
ngn
44b02ac9fc Merge branch 'custom' into renovate/github.com-golang-jwt-jwt-v4-5.x 2025-01-19 19:26:49 +00:00
1257f1ff3f Update module github.com/golang-jwt/jwt/v4 to v5 2025-01-19 19:17:58 +00:00

2
go.mod
View File

@ -10,7 +10,7 @@ require (
github.com/alecthomas/chroma/v2 v2.15.0
github.com/gin-gonic/gin v1.10.0
github.com/go-resty/resty/v2 v2.16.3
github.com/golang-jwt/jwt/v4 v4.5.1
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.10.0