summaryrefslogtreecommitdiffstats
path: root/models/repo_unit.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/repo_unit.go')
-rw-r--r--models/repo_unit.go2
1 files changed, 1 insertions, 1 deletions
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