mirror of
https://gitlab.durp.info/durfy/modules/durpify.git
synced 2026-05-07 08:00:30 -05:00
Update module github.com/golang-jwt/jwt/v4 to v5
This commit is contained in:
parent
c59d09e4c9
commit
99bf32e902
2 changed files with 15 additions and 2 deletions
|
|
@ -5,10 +5,13 @@ go 1.24.4
|
|||
require (
|
||||
github.com/MicahParks/keyfunc v1.9.0
|
||||
github.com/charmbracelet/log v0.4.2
|
||||
github.com/golang-jwt/jwt/v4 v4.5.2
|
||||
github.com/golang-jwt/jwt/v4 v4.4.2
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1
|
||||
gitlab.com/durfy/durpify/handlers v0.0.0-20250708105701-c59d09e4c9da
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/a-h/templ v0.3.906 // indirect
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
|
||||
github.com/charmbracelet/lipgloss v1.1.0 // indirect
|
||||
|
|
@ -23,5 +26,6 @@ require (
|
|||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
||||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
||||
golang.org/x/sys v0.30.0 // indirect
|
||||
golang.org/x/sys v0.32.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue