add gorm v2 tools
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user