This commit is contained in:
xxj
2020-11-27 16:23:07 +08:00
parent d1879f7517
commit dc650df60f
4 changed files with 15 additions and 82 deletions

6
go.mod
View File

@@ -4,11 +4,8 @@ go 1.13
require (
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/jinzhu/gorm v1.9.12
github.com/jroimartin/gocui v0.4.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-sqlite3 v2.0.1+incompatible
github.com/nicksnyder/go-i18n/v2 v2.0.3
github.com/spf13/cobra v1.0.0
github.com/xxjwxc/public v0.0.0-20200928160257-3db1045537d1
@@ -17,7 +14,8 @@ require (
gopkg.in/go-playground/validator.v9 v9.30.2
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
gorm.io/driver/mysql v1.0.1
gorm.io/gorm v1.20.2
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.7
)
// replace github.com/xxjwxc/public => ../public