1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-11 08:41:03 +00:00

验证调整,增加label, xx不能为空

This commit is contained in:
Liu Zhang
2020-01-17 16:47:19 +08:00
parent aa90c67a75
commit 034599ca1d
4 changed files with 26 additions and 10 deletions

4
go.mod
View File

@ -29,8 +29,8 @@ require (
github.com/ssdb/gossdb v0.0.0-20180723034631-88f6b59b84ec
github.com/syndtr/goleveldb v0.0.0-20181127023241-353a9fca669c // indirect
github.com/wendal/errors v0.0.0-20130201093226-f66c77a7882b // indirect
golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/tools v0.0.0-20200117065230-39095c1d176c
gopkg.in/yaml.v2 v2.2.1
)