Switch to a different msgpack lib

The current one has a problem handling time.Time{} structs
This commit is contained in:
André Duffeck
2025-05-16 10:24:43 +02:00
parent 66e79044b6
commit cbac5f1555
46 changed files with 5244 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"sync"
"github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/node"
"github.com/shamaton/msgpack/v2"
"github.com/vmihailenco/msgpack/v5"
)
// ListBlobstore required to check blob consistency
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"sync"
"github.com/opencloud-eu/reva/v2/pkg/storage/pkg/decomposedfs/node"
"github.com/shamaton/msgpack/v2"
"github.com/vmihailenco/msgpack/v5"
)
var (