summaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-17 03:31:21 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-17 03:31:21 -0400
commitf8571f4db1b0b8794fe1a7b614e35a5dd8b70f3e (patch)
treebc2ba926d7c487a0aed4ace8c5433d5c89400a54 /models/models.go
parent7d2632784f2e657396b3fb23f78bd3288c8d63d6 (diff)
downloadgitea-f8571f4db1b0b8794fe1a7b614e35a5dd8b70f3e.tar.gz
gitea-f8571f4db1b0b8794fe1a7b614e35a5dd8b70f3e.zip
Bug fix on build tag
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go
index fe17229cc3..6c323684a8 100644
--- a/models/models.go
+++ b/models/models.go
@@ -11,6 +11,7 @@ import (
"strings"
_ "github.com/go-sql-driver/mysql"
+ _ "github.com/gogits/cache"
_ "github.com/lib/pq"
"github.com/lunny/xorm"