bugfix #664 Casdoor fails to start when there is already a database (#681)

Signed-off-by: niko7g <niko7.g@gmail.com>
This commit is contained in:
niko7g
2022-04-22 22:17:03 +08:00
committed by GitHub
parent 0bc8c2d15f
commit 73bd9dd517
2 changed files with 3 additions and 4 deletions

2
go.mod
View File

@ -44,5 +44,5 @@ require (
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v2 v2.3.0 // indirect
xorm.io/core v0.7.2
xorm.io/xorm v1.0.3
xorm.io/xorm v1.0.4
)