Merge branch 'forgejo' into bugfix-arch

This commit is contained in:
Exploding Dragon 2024-08-29 12:39:16 +00:00
commit 6eb88be6e8
31 changed files with 718 additions and 443 deletions

View file

@ -10,9 +10,9 @@ import (
"code.gitea.io/gitea/modules/setting"
mc "gitea.com/go-chi/cache"
mc "code.forgejo.org/go-chi/cache"
_ "gitea.com/go-chi/cache/memcache" // memcache plugin for cache
_ "code.forgejo.org/go-chi/cache/memcache" // memcache plugin for cache
)
var conn mc.Cache

View file

@ -11,7 +11,7 @@ import (
"code.gitea.io/gitea/modules/graceful"
"code.gitea.io/gitea/modules/nosql"
"gitea.com/go-chi/cache"
"code.forgejo.org/go-chi/cache"
"github.com/redis/go-redis/v9"
)

View file

@ -10,7 +10,7 @@ import (
"code.gitea.io/gitea/modules/json"
mc "gitea.com/go-chi/cache"
mc "code.forgejo.org/go-chi/cache"
lru "github.com/hashicorp/golang-lru/v2"
)