more type support
binary(n),tinyint(n) unsigned support.
This commit is contained in:
4
go.mod
4
go.mod
@@ -7,13 +7,11 @@ require (
|
||||
github.com/go-sql-driver/mysql v1.4.1
|
||||
github.com/jinzhu/gorm v1.9.11
|
||||
github.com/jroimartin/gocui v0.4.0
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/leodido/go-urn v1.2.0 // indirect
|
||||
github.com/nicksnyder/go-i18n/v2 v2.0.3
|
||||
github.com/spf13/cobra v0.0.5
|
||||
github.com/xxjwxc/public v0.0.0-20200221114751-56810b3fcc29
|
||||
github.com/xxjwxc/public v0.0.0-20200329130606-2b6bdf6dc342
|
||||
golang.org/x/text v0.3.2
|
||||
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
||||
gopkg.in/go-playground/validator.v9 v9.30.2
|
||||
gopkg.in/yaml.v2 v2.2.7 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
|
||||
|
||||
Reference in New Issue
Block a user