File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/Masterminds/semver v1.5.0 // indirect
2424 github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
2525 github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
26- github.com/cern-eos/go-eosgrpc v0.0.0-20250429151059-e8c6e014a629 // indirect
26+ github.com/cern-eos/go-eosgrpc v0.0.0-20251208134355-97fba509448d // indirect
2727 github.com/creasty/defaults v1.8.0 // indirect
2828 github.com/gabriel-vasile/mimetype v1.4.12 // indirect
2929 github.com/glpatcern/go-mime v0.0.0-20221026162842-2a8d71ad17a9 // indirect
Original file line number Diff line number Diff line change @@ -812,8 +812,8 @@ github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl
812812github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
813813github.com/census-instrumentation/opencensus-proto v0.3.0 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
814814github.com/census-instrumentation/opencensus-proto v0.4.1 /go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw =
815- github.com/cern-eos/go-eosgrpc v0.0.0-20250429151059-e8c6e014a629 h1:Q74zaUyx63S7pJ0gVDyPb2nN2otAoJlAx4btz+OhhJI =
816- github.com/cern-eos/go-eosgrpc v0.0.0-20250429151059-e8c6e014a629 /go.mod h1:ZiIzbg4sDO2MwYlspcnauUR2dfwZHUzxker+HP9k+20 =
815+ github.com/cern-eos/go-eosgrpc v0.0.0-20251208134355-97fba509448d h1:E9QgcvYn5MKMt1f+3xGGAun8dZQTf3InpocQTceVjA8 =
816+ github.com/cern-eos/go-eosgrpc v0.0.0-20251208134355-97fba509448d /go.mod h1:ZiIzbg4sDO2MwYlspcnauUR2dfwZHUzxker+HP9k+20 =
817817github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko =
818818github.com/cespare/xxhash v1.1.0 /go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc =
819819github.com/cespare/xxhash/v2 v2.1.1 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ import (
3636 "github.com/cs3org/reva/v3/pkg/errtypes"
3737 "github.com/cs3org/reva/v3/pkg/spaces"
3838 "github.com/cs3org/reva/v3/pkg/storage"
39+ eosfs "github.com/cs3org/reva/v3/pkg/storage/fs/eos"
3940 "github.com/cs3org/reva/v3/pkg/storage/fs/registry"
40- "github.com/cs3org/reva/v3/pkg/storage/utils/eosfs"
4141 "github.com/cs3org/reva/v3/pkg/utils"
4242 "github.com/cs3org/reva/v3/pkg/utils/cfg"
4343)
You can’t perform that action at this time.
0 commit comments