File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ github.com/go-macaron/i18n =
24
24
github.com/go-macaron/session =
25
25
github.com/go-macaron/toolbox =
26
26
github.com/klauspost/compress =
27
+ github.com/klauspost/crc32 =
28
+ github.com/klauspost/cpuid =
27
29
github.com/mattn/go-sqlite3 = commit:b808f01f66
28
30
github.com/mcuadros/go-version = commit:d52711f8d6
29
31
github.com/microcosm-cc/bluemonday = commit:85ba47ef2c
Original file line number Diff line number Diff line change 7
7
package setting
8
8
9
9
import (
10
- _ "github.com/macaron-contrib /cache/memcache"
10
+ _ "github.com/go-macaron /cache/memcache"
11
11
)
12
12
13
13
func init () {
Original file line number Diff line number Diff line change 7
7
package setting
8
8
9
9
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"
12
12
)
13
13
14
14
func init () {
You can’t perform that action at this time.
0 commit comments