This commit is contained in:
谢小军
2019-09-15 23:10:34 +08:00
parent 4815fdafb7
commit 0cf8d1ab49
2 changed files with 9 additions and 4 deletions

5
go.mod
View File

@@ -4,15 +4,12 @@ go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/ant0ine/go-json-rest v3.3.2+incompatible // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/gookit/color v1.1.7 // indirect
github.com/jinzhu/gorm v1.9.10 // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/xxjwxc/public v1.0.2
github.com/xxjwxc/public v0.0.0-20190915135914-aefa9155c004
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
)