Update xorm.io/core to v0.7.3

This commit is contained in:
Yang Luo
2023-02-11 17:46:34 +08:00
parent 8b8c866fd2
commit 6f2ef32d02
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -51,6 +51,6 @@ require (
gopkg.in/yaml.v2 v2.3.0 // indirect
modernc.org/sqlite v1.10.1-0.20210314190707-798bbeb9bb84
xorm.io/builder v0.3.12 // indirect
xorm.io/core v0.7.2
xorm.io/core v0.7.3
xorm.io/xorm v1.1.2
)