mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-29 03:24:07 +00:00
28 lines
907 B
Modula-2
28 lines
907 B
Modula-2
module github.com/therootcompany/golib/auth/jwt/tests
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
github.com/go-jose/go-jose/v4 v4.1.3
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
github.com/lestrrat-go/jwx/v3 v3.0.13
|
|
github.com/therootcompany/golib/auth/jwt v0.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
|
github.com/goccy/go-json v0.10.3 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
|
|
github.com/lestrrat-go/dsig v1.0.0 // indirect
|
|
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
github.com/lestrrat-go/httprc/v3 v3.0.2 // indirect
|
|
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
|
|
github.com/segmentio/asm v1.2.1 // indirect
|
|
github.com/valyala/fastjson v1.6.7 // indirect
|
|
golang.org/x/crypto v0.46.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
)
|
|
|
|
replace github.com/therootcompany/golib/auth/jwt => ../
|