mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 00:46:50 +00:00
Remove last use of v4 jwtauth
This commit is contained in:
@ -13,7 +13,6 @@ require (
|
||||
github.com/glebarez/sqlite v1.8.0
|
||||
github.com/go-chi/chi/v5 v5.0.8
|
||||
github.com/go-chi/cors v1.2.1
|
||||
github.com/go-chi/jwtauth v4.0.4+incompatible
|
||||
github.com/go-chi/jwtauth/v5 v5.1.0
|
||||
github.com/jc21/go-sse v0.0.0-20230307071053-2e6b1dbcb7ec
|
||||
github.com/jc21/jsref v0.0.0-20210608024405-a97debfc4760
|
||||
@ -36,7 +35,6 @@ require (
|
||||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/glebarez/go-sqlite v1.21.1 // indirect
|
||||
github.com/go-chi/chi v4.1.2+incompatible // indirect
|
||||
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
||||
github.com/goccy/go-json v0.9.11 // indirect
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
|
Reference in New Issue
Block a user