This commit is contained in:
谢小军
2019-11-27 18:11:05 +08:00
parent 7f2972f41b
commit 5cd0ac62ae
7 changed files with 57 additions and 105 deletions

16
go.mod
View File

@@ -3,15 +3,13 @@ module github.com/xxjwxc/gormt
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/jinzhu/gorm v1.9.10
github.com/leodido/go-urn v1.1.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/jinzhu/gorm v1.9.11
github.com/kr/pretty v0.1.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/xxjwxc/public v0.0.0-20190915135914-aefa9155c004
github.com/xxjwxc/public v0.0.0-20191107073037-ea6b812d567f
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v3 v3.0.0-20191026110619-0b21df46bc1d
gopkg.in/go-playground/validator.v9 v9.30.2
gopkg.in/yaml.v2 v2.2.7
)