mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-12 12:51:25 +01:00
Update deps
This commit is contained in:
parent
676bd764fa
commit
36661f53e6
4 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
package setting
|
package setting
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "github.com/gogits/cache/memcache"
|
_ "github.com/macaron-contrib/cache/memcache"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
package setting
|
package setting
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "github.com/gogits/cache/redis"
|
_ "github.com/macaron-contrib/cache/redis"
|
||||||
_ "github.com/gogits/session/redis"
|
_ "github.com/macaron-contrib/session/redis"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
.octicon,
|
.octicon,
|
||||||
.fa {
|
.fa {
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
.octicon,
|
.octicon,
|
||||||
.fa {
|
.fa {
|
||||||
|
|
Loading…
Reference in a new issue