mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Merge pull request #652 from 0xJacky/renovate/github.com-golang-jwt-jwt-v4-5.x
chore(deps): update module github.com/golang-jwt/jwt/v4 to v5
This commit is contained in:
commit
1bbc84359b
1 changed files with 3 additions and 3 deletions
6
go.mod
6
go.mod
|
@ -8,6 +8,7 @@ require (
|
|||
github.com/caarlos0/env/v11 v11.2.2
|
||||
github.com/casdoor/casdoor-go-sdk v1.2.0
|
||||
github.com/creack/pty v1.1.23
|
||||
github.com/dgraph-io/ristretto/v2 v2.0.0-alpha
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/elliotchance/orderedmap/v2 v2.4.0
|
||||
github.com/fatih/color v1.18.0
|
||||
|
@ -17,7 +18,7 @@ require (
|
|||
github.com/go-co-op/gocron/v2 v2.12.1
|
||||
github.com/go-playground/validator/v10 v10.22.1
|
||||
github.com/go-webauthn/webauthn v0.11.2
|
||||
github.com/golang-jwt/jwt/v4 v4.5.0
|
||||
github.com/golang-jwt/jwt/v5 v5.2.1
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/hpcloud/tail v1.0.0
|
||||
|
@ -100,7 +101,6 @@ require (
|
|||
github.com/cloudwego/iasm v0.2.0 // indirect
|
||||
github.com/cpu/goacmedns v0.1.1 // indirect
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||||
github.com/dgraph-io/ristretto/v2 v2.0.0-alpha // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/dimchansky/utfbom v1.1.1 // indirect
|
||||
github.com/dnsimple/dnsimple-go v1.7.0 // indirect
|
||||
|
@ -127,7 +127,7 @@ require (
|
|||
github.com/goccy/go-json v0.10.3 // indirect
|
||||
github.com/gofrs/flock v0.12.1 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
||||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/google/go-tpm v0.9.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue