diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-18 09:35:09 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-18 09:35:09 -0400 |
commit | 49c01c0b5748a5ab5529b39cd1e69b21eaf3091a (patch) | |
tree | 3ac7673a65f94d349e18e7133a4049e6a88d015c /routers | |
parent | f8571f4db1b0b8794fe1a7b614e35a5dd8b70f3e (diff) | |
download | gitea-49c01c0b5748a5ab5529b39cd1e69b21eaf3091a.tar.gz gitea-49c01c0b5748a5ab5529b39cd1e69b21eaf3091a.zip |
Fix import path
Diffstat (limited to 'routers')
-rw-r--r-- | routers/install.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go index f09401370b..81b164038c 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" |