From 5a05d6633d413b1c5182a0a542e173f99601a103 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 7 Mar 2014 17:22:15 -0500 Subject: Merge utils to modules --- routers/repo/repo.go | 2 +- routers/user/ssh.go | 2 +- routers/user/user.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'routers') diff --git a/routers/repo/repo.go b/routers/repo/repo.go index 6ff949b9..e9ad7d1a 100644 --- a/routers/repo/repo.go +++ b/routers/repo/repo.go @@ -15,7 +15,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 Create(req *http.Request, r render.Render, data base.TmplData, session sessions.Session) { 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) { diff --git a/routers/user/user.go b/routers/user/user.go index 7eac9b74..a07d79e4 100644 --- a/routers/user/user.go +++ b/routers/user/user.go @@ -14,7 +14,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 Dashboard(r render.Render, data base.TmplData, session sessions.Session) { -- cgit v1.2.3