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/repo_unit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/repo_unit.go') diff --git a/models/repo_unit.go b/models/repo_unit.go index 2fc1c40fa2..a6162a65e5 100644 --- a/models/repo_unit.go +++ b/models/repo_unit.go @@ -9,9 +9,9 @@ import ( "code.gitea.io/gitea/modules/timeutil" - "github.com/go-xorm/xorm" "github.com/unknwon/com" "xorm.io/core" + "xorm.io/xorm" ) // RepoUnit describes all units of a repository -- cgit v1.2.3