Skip to content

Commit be3f3ce

Browse files
committed
update imports and dependencies to reva v3.6.0
1 parent 8f437b5 commit be3f3ce

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,8 @@ github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl
812812
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
813813
github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
814814
github.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=
817817
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
818818
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
819819
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=

storage/eoswrapper/eoswrapper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)