From 7224cfc578c1ff9f6b52ad13d18d3ca37d7f8186 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 13 Aug 2021 07:11:42 +0800 Subject: Upgrade xorm to v1.2.2 (#16663) * Upgrade xorm to v1.2.2 * Change the Engine interface to match xorm v1.2.2 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 1bd7d03d77..9fbdf07427 100644 --- a/go.mod +++ b/go.mod @@ -78,7 +78,7 @@ require ( github.com/markbates/goth v1.68.0 github.com/mattn/go-isatty v0.0.13 github.com/mattn/go-runewidth v0.0.13 // indirect - github.com/mattn/go-sqlite3 v1.14.7 + github.com/mattn/go-sqlite3 v1.14.8 github.com/mholt/archiver/v3 v3.5.0 github.com/microcosm-cc/bluemonday v1.0.15 github.com/miekg/dns v1.1.43 // indirect @@ -139,7 +139,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.9 - xorm.io/xorm v1.1.2 + xorm.io/xorm v1.2.2 ) replace github.com/hashicorp/go-version => github.com/6543/go-version v1.3.1 -- cgit v1.2.3