add gorm v2 tools

This commit is contained in:
谢小军
2020-09-28 14:51:27 +08:00
parent ef185ecb97
commit 3f69668934
3 changed files with 15 additions and 10 deletions

4
go.mod
View File

@@ -11,13 +11,13 @@ require (
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-20200605161710-72fc28675475
github.com/xxjwxc/public v0.0.0-20200928064309-56390a763e14
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.v3 v3.0.0-20191120175047-4206685974f2
gorm.io/driver/mysql v1.0.1
gorm.io/gorm v1.20.1
gorm.io/gorm v1.20.2
)
// replace github.com/xxjwxc/public => ../public