aboutsummaryrefslogtreecommitdiff
path: root/models/repo_editor.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/repo_editor.go')
-rw-r--r--models/repo_editor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/repo_editor.go b/models/repo_editor.go
index dfdb864a..96650204 100644
--- a/models/repo_editor.go
+++ b/models/repo_editor.go
@@ -17,10 +17,10 @@ import (
"github.com/Unknwon/com"
gouuid "github.com/satori/go.uuid"
+ log "gopkg.in/clog.v1"
git "github.com/gogits/git-module"
- "github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/process"
"github.com/gogits/gogs/modules/setting"
)