From d151503d3428d61b5b3cb27ddbe849d3a6f288eb Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 17 Oct 2019 17:26:49 +0800 Subject: Upgrade xorm to v0.8.0 (#8536) --- models/unit_tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/unit_tests.go') diff --git a/models/unit_tests.go b/models/unit_tests.go index b53302dad4..eb4da37fe5 100644 --- a/models/unit_tests.go +++ b/models/unit_tests.go @@ -17,11 +17,11 @@ import ( "code.gitea.io/gitea/modules/base" "code.gitea.io/gitea/modules/setting" - "github.com/go-xorm/xorm" "github.com/stretchr/testify/assert" "github.com/unknwon/com" "gopkg.in/testfixtures.v2" "xorm.io/core" + "xorm.io/xorm" ) // NonexistentID an ID that will never exist -- cgit v1.2.3