Indirect -> direct dependency in go.mod

This commit is contained in:
Imbus 2024-03-07 12:13:29 +01:00
parent 3175c62e6d
commit acff254aa5

View file

@ -10,8 +10,8 @@ require (
require ( require (
github.com/MicahParks/keyfunc/v2 v2.1.0 // indirect github.com/MicahParks/keyfunc/v2 v2.1.0 // indirect
github.com/gofiber/contrib/jwt v1.0.8 // indirect github.com/gofiber/contrib/jwt v1.0.8
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect github.com/golang-jwt/jwt/v5 v5.2.1
) )
// These are all for fiber // These are all for fiber