mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 06:52:37 +00:00
Merge branch 'develop' of github.com:gogits/gogs into develop
This commit is contained in:
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…
Reference in New Issue
Block a user