summaryrefslogtreecommitdiffstats
path: root/models/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/repo.go')
-rw-r--r--models/repo.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/models/repo.go b/models/repo.go
index 04e8c75c1b..22b98e7975 100644
--- a/models/repo.go
+++ b/models/repo.go
@@ -10,8 +10,9 @@ import (
"strings"
"time"
- "github.com/gogits/gogs/utils/log"
git "github.com/libgit2/git2go"
+
+ "github.com/gogits/gogs/modules/log"
)
type Repo struct {