summaryrefslogtreecommitdiffstats
path: root/models/issue_comment.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/issue_comment.go')
-rw-r--r--models/issue_comment.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/models/issue_comment.go b/models/issue_comment.go
index ccfa765f92..1c615ab511 100644
--- a/models/issue_comment.go
+++ b/models/issue_comment.go
@@ -14,8 +14,8 @@ import (
api "github.com/gogits/go-gogs-client"
- "github.com/gogits/gogs/modules/log"
- "github.com/gogits/gogs/modules/markdown"
+ "github.com/go-gitea/gitea/modules/log"
+ "github.com/go-gitea/gitea/modules/markdown"
)
// CommentType defines whether a comment is just a simple comment, an action (like close) or a reference.