summaryrefslogtreecommitdiffstats
path: root/routers/repo/branch.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-30 12:11:28 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-30 12:11:28 -0400
commitd0e6a4c25acc3414f6d0f93cc50e6dcb41111c19 (patch)
treec26f1b1e097e60bdd12da78cbfef8a3fd6d3b0cf /routers/repo/branch.go
parent3698431fc11f740ecc043822fba8af895fc12423 (diff)
downloadgitea-d0e6a4c25acc3414f6d0f93cc50e6dcb41111c19.tar.gz
gitea-d0e6a4c25acc3414f6d0f93cc50e6dcb41111c19.zip
Change new martini impot path
Diffstat (limited to 'routers/repo/branch.go')
-rw-r--r--routers/repo/branch.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/routers/repo/branch.go b/routers/repo/branch.go
index c598db436c..ffd118ae14 100644
--- a/routers/repo/branch.go
+++ b/routers/repo/branch.go
@@ -5,7 +5,8 @@
package repo
import (
- "github.com/codegangsta/martini"
+ "github.com/go-martini/martini"
+
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/middleware"
)