aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/form.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-07 17:22:15 -0500
committerUnknown <joe2010xtmf@163.com>2014-03-07 17:22:15 -0500
commit5a05d6633d413b1c5182a0a542e173f99601a103 (patch)
treeb6d343ca8c998909839d1364f466f7af223fdd1b /modules/auth/form.go
parenta2a59f8ad1192d3504abd50b2daf2ebfd97c86ca (diff)
Merge utils to modules
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 98c55839..a90f3d85 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 {