master
谢小军 5 years ago
parent 144ccdfe18
commit d3ca8051ee

@ -24,5 +24,5 @@ var TypeMatchMp = map[string]string{
`int[(]\d+[)]`: "int",
`bigint[(]\d+[)]`: "int64",
`varchar[(]\d+[)]`: "string",
`char[(]\d+[)]`: "string",
`char[(]\d+[)]`: "string",
}

@ -1 +0,0 @@
package model

@ -12,7 +12,7 @@ require (
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.1
github.com/xxjwxc/public v1.0.2
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
)

@ -114,6 +114,8 @@ github.com/xxjwxc/public v0.0.0-20190725114932-898dad5256c2 h1:UBB2ZAe5gcEfmV+zm
github.com/xxjwxc/public v0.0.0-20190725114932-898dad5256c2/go.mod h1:AmfXDXC/4+KQ2rxGP5XLZ1GpE17PopBg0FtokxW/kpg=
github.com/xxjwxc/public v1.0.1 h1:9zvjy5KxQO42gIeR1HbSsVWhuttefh/MJmfcoR+8fWY=
github.com/xxjwxc/public v1.0.1/go.mod h1:AmfXDXC/4+KQ2rxGP5XLZ1GpE17PopBg0FtokxW/kpg=
github.com/xxjwxc/public v1.0.2 h1:NqmxNbr8vz8PDMZjDiz94IS4/GWzAN9nXIwI1dU8lU0=
github.com/xxjwxc/public v1.0.2/go.mod h1:AmfXDXC/4+KQ2rxGP5XLZ1GpE17PopBg0FtokxW/kpg=
go.opencensus.io v0.20.1/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=

Loading…
Cancel
Save