From 49c01c0b5748a5ab5529b39cd1e69b21eaf3091a Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 18 Apr 2014 09:35:09 -0400 Subject: Fix import path --- routers/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/install.go') diff --git a/routers/install.go b/routers/install.go index f0940137..81b16403 100644 --- a/routers/install.go +++ b/routers/install.go @@ -12,7 +12,7 @@ import ( "github.com/Unknwon/goconfig" "github.com/go-martini/martini" - "github.com/lunny/xorm" + "github.com/go-xorm/xorm" qlog "github.com/qiniu/log" "github.com/gogits/gogs/models" -- cgit v1.2.3