summaryrefslogtreecommitdiffstats
path: root/models/issue_user.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/issue_user.go')
-rw-r--r--models/issue_user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/issue_user.go b/models/issue_user.go
index d55a0dc2fb..6974a4d3cc 100644
--- a/models/issue_user.go
+++ b/models/issue_user.go
@@ -7,7 +7,7 @@ package models
import (
"fmt"
- "github.com/go-xorm/xorm"
+ "xorm.io/xorm"
)
// IssueUser represents an issue-user relation.