update module path of ttlcache (#4738)

The GitHub repository of ttlcache has been moved from ReneKroon to jellydator.
This commit is contained in:
David Christofas
2022-10-04 17:33:53 +02:00
committed by GitHub
parent e9e9947f88
commit 1b0ec2c9d5
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -4,11 +4,11 @@ import (
"context"
"net/http"
"github.com/ReneKroon/ttlcache/v2"
gateway "github.com/cs3org/go-cs3apis/cs3/gateway/v1beta1"
provider "github.com/cs3org/go-cs3apis/cs3/storage/provider/v1beta1"
"github.com/cs3org/reva/v2/pkg/events"
"github.com/go-chi/chi/v5"
"github.com/jellydator/ttlcache/v2"
"github.com/owncloud/ocis/v2/ocis-pkg/log"
settingssvc "github.com/owncloud/ocis/v2/protogen/gen/ocis/services/settings/v0"
"github.com/owncloud/ocis/v2/services/graph/pkg/config"
+1 -1
View File
@@ -7,10 +7,10 @@ import (
"net/http"
"strconv"
"github.com/ReneKroon/ttlcache/v2"
"github.com/cs3org/reva/v2/pkg/rgrpc/todo/pool"
"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
"github.com/jellydator/ttlcache/v2"
ocisldap "github.com/owncloud/ocis/v2/ocis-pkg/ldap"
"github.com/owncloud/ocis/v2/ocis-pkg/roles"