mirror of
https://github.com/click33/sa-token-go.git
synced 2025-12-24 13:48:04 +08:00
16 lines
232 B
Plaintext
16 lines
232 B
Plaintext
go 1.25.3
|
|
|
|
use (
|
|
./core
|
|
./examples/kratos/kratos-example
|
|
./integrations/chi
|
|
./integrations/echo
|
|
./integrations/fiber
|
|
./integrations/gf
|
|
./integrations/gin
|
|
./integrations/kratos
|
|
./storage/memory
|
|
./storage/redis
|
|
./stputil
|
|
)
|