index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
modules
/
auth
/
repo.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Meaglith Ma <genedna@gmail.com>
2014-03-31 17:23:37 +0800
committer
Meaglith Ma <genedna@gmail.com>
2014-03-31 17:23:37 +0800
commit
1a247340dbea3404431f60a24bb8f8d06d94b1e9
(
patch
)
tree
80d3ecab43506e03405c742a84dcc61f474e2212
/
modules/auth/repo.go
parent
9047cadcd33f95eebafa2f794b895c8406eb80c5
(
diff
)
parent
dd9fb807a46db120ef800d7465f50a73a86df288
(
diff
)
Merge pull request #1 from gogits/master
Sync to lastest
Diffstat
(limited to 'modules/auth/repo.go')
-rw-r--r--
modules/auth/repo.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/repo.go b/modules/auth/repo.go
index 2cc93744..eddd6475 100644
--- a/
modules/auth/repo.go
+++ b/
modules/auth/repo.go
@@ -8,7 +8,7 @@ import (
"net/http"
"reflect"
- "github.com/codegangsta/martini"
+ "github.com/go-martini/martini"
"github.com/gogits/binding"