优化系统用户登录校验

This commit is contained in:
刘祥超
2020-12-07 11:45:45 +08:00
parent 67b9e0e503
commit 4bc19f11d2
11 changed files with 74 additions and 48 deletions

3
go.mod
View File

@@ -9,9 +9,10 @@ require (
github.com/cespare/xxhash v1.1.0
github.com/go-sql-driver/mysql v1.5.0
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/iwind/TeaGo v0.0.0-20201120063500-ee2d7090f4bc
github.com/iwind/TeaGo v0.0.0-20201206115018-cdd967bfb13d
github.com/tealeg/xlsx/v3 v3.2.3
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
google.golang.org/grpc v1.32.0
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)