mirror of
https://github.com/click33/sa-token-go.git
synced 2026-04-22 21:17:04 +08:00
7f46eaf7b0
- Add path-based authentication feature - Support Ant-style wildcard patterns - Integrate path auth into all framework integrations - Update documentation with detailed usage examples
16 lines
359 B
Modula-2
16 lines
359 B
Modula-2
module github.com/click33/sa-token-go/storage/redis
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/click33/sa-token-go/core v0.1.6
|
|
github.com/redis/go-redis/v9 v9.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
)
|
|
|
|
replace github.com/click33/sa-token-go/core => ../../core
|