Skip to content

Commit eac91a7

Browse files
committed
Merge branch 'develop' of github.com:gogits/gogs into develop
2 parents f17b746 + d3f67d3 commit eac91a7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gopmfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ github.com/go-macaron/i18n =
2424
github.com/go-macaron/session =
2525
github.com/go-macaron/toolbox =
2626
github.com/klauspost/compress =
27+
github.com/klauspost/crc32 =
28+
github.com/klauspost/cpuid =
2729
github.com/mattn/go-sqlite3 = commit:b808f01f66
2830
github.com/mcuadros/go-version = commit:d52711f8d6
2931
github.com/microcosm-cc/bluemonday = commit:85ba47ef2c

modules/setting/setting_memcache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package setting
88

99
import (
10-
_ "github.com/macaron-contrib/cache/memcache"
10+
_ "github.com/go-macaron/cache/memcache"
1111
)
1212

1313
func init() {

modules/setting/setting_redis.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
package setting
88

99
import (
10-
_ "github.com/macaron-contrib/cache/redis"
11-
_ "github.com/macaron-contrib/session/redis"
10+
_ "github.com/go-macaron/cache/redis"
11+
_ "github.com/go-macaron/session/redis"
1212
)
1313

1414
func init() {

0 commit comments

Comments
 (0)