mirror of
https://github.com/click33/sa-token-go.git
synced 2026-04-23 01:47:06 +08:00
Release v0.1.1: 优化所有集成包错误处理,统一使用core/errors.go定义
This commit is contained in:
@@ -3,9 +3,9 @@ module github.com/click33/sa-token-go/examples/jwt-example
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/click33/sa-token-go/core v0.1.1
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.1
|
||||
github.com/click33/sa-token-go/stputil v0.1.1
|
||||
github.com/click33/sa-token-go/core v0.1.2
|
||||
github.com/click33/sa-token-go/storage/memory v0.1.2
|
||||
github.com/click33/sa-token-go/stputil v0.1.2
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
Reference in New Issue
Block a user