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
@@ -18,7 +18,7 @@ import (
"github.com/opencloud-eu/reva/v2/pkg/rgrpc/todo/pool"
"github.com/opencloud-eu/reva/v2/pkg/storagespace"
"github.com/opencloud-eu/reva/v2/pkg/utils"
"github.com/shamaton/msgpack/v2"
"github.com/vmihailenco/msgpack/v5"
microstore "go-micro.dev/v4/store"
"go.opentelemetry.io/otel/trace"