summaryrefslogtreecommitdiffstats
path: root/models/issue_comment.go
diff options
context:
space:
mode:
authorThomas Boerger <tboerger@suse.de>2016-11-07 16:02:19 +0100
committerThomas Boerger <tboerger@suse.de>2016-11-07 16:10:32 +0100
commit4c6c16f358a67d31b1cde8642d4175a336fdcbf0 (patch)
tree1d6b23c470779563bcbdcc19129bf8c93a5d55f3 /models/issue_comment.go
parent77f9c7e5715024aaf839bfd029eb951fad2e97d5 (diff)
downloadgitea-4c6c16f358a67d31b1cde8642d4175a336fdcbf0.tar.gz
gitea-4c6c16f358a67d31b1cde8642d4175a336fdcbf0.zip
Replaced go-gogs-client with go-sdk imports
Diffstat (limited to 'models/issue_comment.go')
-rw-r--r--models/issue_comment.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/issue_comment.go b/models/issue_comment.go
index 1c615ab511..d75b42cd3f 100644
--- a/models/issue_comment.go
+++ b/models/issue_comment.go
@@ -12,7 +12,7 @@ import (
"github.com/Unknwon/com"
"github.com/go-xorm/xorm"
- api "github.com/gogits/go-gogs-client"
+ api "github.com/go-gitea/go-sdk/gitea"
"github.com/go-gitea/gitea/modules/log"
"github.com/go-gitea/gitea/modules/markdown"