add model

添加model支持
This commit is contained in:
xxj
2021-06-02 17:08:57 +08:00
parent 26254de0d8
commit 96794856b6
3 changed files with 23 additions and 2 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/leodido/go-urn v1.2.0 // indirect
github.com/nicksnyder/go-i18n/v2 v2.0.3
github.com/spf13/cobra v1.0.0
github.com/xxjwxc/public v0.0.0-20210303034518-3d2086731fb9
github.com/xxjwxc/public v0.0.0-20210528122519-9c0267a26e38
golang.org/x/text v0.3.3
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.30.2