Files
sa-token-go/stputil/go.mod
T
c 7f46eaf7b0 chore: upgrade version to v0.1.6
- Add path-based authentication feature
- Support Ant-style wildcard patterns
- Integrate path auth into all framework integrations
- Update documentation with detailed usage examples
2025-12-17 13:18:33 +07:00

15 lines
359 B
Modula-2

module github.com/click33/sa-token-go/stputil
go 1.23.0
require github.com/click33/sa-token-go/core v0.1.6
require (
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/panjf2000/ants/v2 v2.11.3 // indirect
golang.org/x/sync v0.19.0 // indirect
)
replace github.com/click33/sa-token-go/core => ../core