Upgrade xorm/builder from v0.3.9 to v0.3.10 (#19296)

xorm/builder v0.3.10 add support to EXISTS and NOT EXISTS.
This commit is contained in:
Lunny Xiao 2022-04-02 04:14:14 +08:00 committed by GitHub
parent 43ff92e122
commit cf5d4a7230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

2
go.mod
View file

@ -100,7 +100,7 @@ require (
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/xurls/v2 v2.4.0
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
xorm.io/builder v0.3.9
xorm.io/builder v0.3.10
xorm.io/xorm v1.2.5
)