Indirect -> direct dependency in go.mod
This commit is contained in:
parent
3175c62e6d
commit
acff254aa5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue