upgrade xorm to v1.0.6 (#14246)

This commit is contained in:
Lunny Xiao 2021-01-05 14:28:51 +08:00 committed by GitHub
parent 8db0372a45
commit 126c9331d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 91 additions and 24 deletions

2
go.mod
View file

@ -122,7 +122,7 @@ require (
mvdan.cc/xurls/v2 v2.2.0
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
xorm.io/builder v0.3.7
xorm.io/xorm v1.0.5
xorm.io/xorm v1.0.6
)
replace github.com/hashicorp/go-version => github.com/6543/go-version v1.2.4