Merge branch 'develop' of github.com:gogits/gogs into develop

release/v0.9
Unknwon 9 years ago
commit eac91a74d8

@ -24,6 +24,8 @@ github.com/go-macaron/i18n =
github.com/go-macaron/session =
github.com/go-macaron/toolbox =
github.com/klauspost/compress =
github.com/klauspost/crc32 =
github.com/klauspost/cpuid =
github.com/mattn/go-sqlite3 = commit:b808f01f66
github.com/mcuadros/go-version = commit:d52711f8d6
github.com/microcosm-cc/bluemonday = commit:85ba47ef2c

@ -7,7 +7,7 @@
package setting
import (
_ "github.com/macaron-contrib/cache/memcache"
_ "github.com/go-macaron/cache/memcache"
)
func init() {

@ -7,8 +7,8 @@
package setting
import (
_ "github.com/macaron-contrib/cache/redis"
_ "github.com/macaron-contrib/session/redis"
_ "github.com/go-macaron/cache/redis"
_ "github.com/go-macaron/session/redis"
)
func init() {

Loading…
Cancel
Save