aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/branch.go
diff options
context:
space:
mode:
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"
)