mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-02 06:48:57 -07:00
update JWT middleware
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
module github.com/sot-tech/mochi
|
||||
|
||||
go 1.20
|
||||
go 1.21.5
|
||||
|
||||
require (
|
||||
code.cloudfoundry.org/go-diodes v0.0.0-20231218170342-258647f3c6ec
|
||||
github.com/MicahParks/keyfunc v1.9.0
|
||||
github.com/MicahParks/keyfunc/v3 v3.1.1
|
||||
github.com/anacrolix/torrent v1.53.2
|
||||
github.com/cespare/xxhash/v2 v2.2.0
|
||||
github.com/golang-jwt/jwt/v4 v4.5.0
|
||||
github.com/golang-jwt/jwt/v5 v5.2.0
|
||||
github.com/jackc/pgx/v5 v5.5.1
|
||||
github.com/libp2p/go-reuseport v0.4.0
|
||||
github.com/minio/sha256-simd v1.0.1
|
||||
@@ -21,6 +21,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/MicahParks/jwkset v0.5.4 // indirect
|
||||
github.com/anacrolix/dht/v2 v2.21.0 // indirect
|
||||
github.com/anacrolix/generics v0.0.0-20230911070922-5dd7545c6b13 // indirect
|
||||
github.com/anacrolix/log v0.14.5 // indirect
|
||||
|
||||
Reference in New Issue
Block a user