aboutsummaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-18 09:35:09 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-18 09:35:09 -0400
commit49c01c0b5748a5ab5529b39cd1e69b21eaf3091a (patch)
tree3ac7673a65f94d349e18e7133a4049e6a88d015c /models/models.go
parentf8571f4db1b0b8794fe1a7b614e35a5dd8b70f3e (diff)
downloadgitea-49c01c0b5748a5ab5529b39cd1e69b21eaf3091a.tar.gz
gitea-49c01c0b5748a5ab5529b39cd1e69b21eaf3091a.zip
Fix import path
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go
index 6c323684a8..1eb418bac7 100644
--- a/models/models.go
+++ b/models/models.go
@@ -11,9 +11,9 @@ import (
"strings"
_ "github.com/go-sql-driver/mysql"
+ "github.com/go-xorm/xorm"
_ "github.com/gogits/cache"
_ "github.com/lib/pq"
- "github.com/lunny/xorm"
"github.com/gogits/gogs/modules/base"
)