Bump reva

This commit is contained in:
André Duffeck
2025-05-16 10:24:43 +02:00
parent daa650123c
commit 7feaeeab6c
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ import (
userpb "github.com/cs3org/go-cs3apis/cs3/identity/user/v1beta1"
provider "github.com/cs3org/go-cs3apis/cs3/storage/provider/v1beta1"
"github.com/opencloud-eu/reva/v2/pkg/store"
"github.com/shamaton/msgpack/v2"
"github.com/vmihailenco/msgpack/v5"
microstore "go-micro.dev/v4/store"
)
@@ -14,7 +14,7 @@ import (
"github.com/pkg/errors"
"github.com/pkg/xattr"
"github.com/rogpeppe/go-internal/lockedfile"
"github.com/shamaton/msgpack/v2"
"github.com/vmihailenco/msgpack/v5"
"github.com/opencloud-eu/reva/v2/pkg/storage/cache"
"github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/metadata/prefixes"
@@ -34,7 +34,7 @@ import (
"github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/metadata/prefixes"
"github.com/pkg/xattr"
"github.com/rogpeppe/go-internal/lockedfile"
"github.com/shamaton/msgpack/v2"
"github.com/vmihailenco/msgpack/v5"
"go.opentelemetry.io/otel/codes"
)
@@ -9,7 +9,7 @@ import (
"github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/mtimesyncedcache"
"github.com/pkg/errors"
"github.com/rogpeppe/go-internal/lockedfile"
"github.com/shamaton/msgpack/v2"
"github.com/vmihailenco/msgpack/v5"
)
// Index holds space id indexes
@@ -52,7 +52,7 @@ import (
"github.com/opencloud-eu/reva/v2/pkg/storagespace"
"github.com/opencloud-eu/reva/v2/pkg/utils"
"github.com/pkg/errors"
"github.com/shamaton/msgpack/v2"
"github.com/vmihailenco/msgpack/v5"
"golang.org/x/sync/errgroup"
)
@@ -34,7 +34,7 @@ import (
"github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/node"
"github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/options"
"github.com/rs/zerolog"
"github.com/shamaton/msgpack/v2"
"github.com/vmihailenco/msgpack/v5"
)
var _propagationGracePeriod = 3 * time.Minute