mirror of
https://github.com/zoriya/blog.git
synced 2025-12-06 06:26:10 +00:00
21 lines
606 B
Modula-2
21 lines
606 B
Modula-2
module github.com/zoriya/kyoo/blog/phantom-token
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
github.com/lestrrat-go/jwx v1.2.30
|
|
)
|
|
|
|
require (
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
|
|
github.com/goccy/go-json v0.10.3 // indirect
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
|
github.com/lestrrat-go/option v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
)
|