summaryrefslogtreecommitdiffstats
path: root/modules/auth/form.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth/form.go')
-rw-r--r--modules/auth/form.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/form.go b/modules/auth/form.go
index 98c558399f..a90f3d8542 100644
--- a/modules/auth/form.go
+++ b/modules/auth/form.go
@@ -14,7 +14,7 @@ import (
"github.com/gogits/binding"
"github.com/gogits/gogs/modules/base"
- "github.com/gogits/gogs/utils/log"
+ "github.com/gogits/gogs/modules/log"
)
type Form interface {