diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-07 17:22:15 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-07 17:22:15 -0500 |
commit | 5a05d6633d413b1c5182a0a542e173f99601a103 (patch) | |
tree | b6d343ca8c998909839d1364f466f7af223fdd1b /routers/user/ssh.go | |
parent | a2a59f8ad1192d3504abd50b2daf2ebfd97c86ca (diff) |
Merge utils to modules
Diffstat (limited to 'routers/user/ssh.go')
-rw-r--r-- | routers/user/ssh.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/ssh.go b/routers/user/ssh.go index 65897535..34c37806 100644 --- a/routers/user/ssh.go +++ b/routers/user/ssh.go @@ -13,7 +13,7 @@ import ( "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/auth" "github.com/gogits/gogs/modules/base" - "github.com/gogits/gogs/utils/log" + "github.com/gogits/gogs/modules/log" ) func AddPublicKey(req *http.Request, data base.TmplData, r render.Render, session sessions.Session) { |