Skip to content

Commit

Permalink
Fix missing imports breaking Pydio8 => Cells migration!
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jun 23, 2023
1 parent 3d71539 commit 5ea3bc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ import (
_ "github.com/pydio/cells/v4/data/tree/rest"
_ "github.com/pydio/cells/v4/data/versions/grpc"

// _ "github.com/pydio/cells/v4/data/source/test"
// ETL Stores
_ "github.com/pydio/cells/v4/common/etl/stores/cells/local"
_ "github.com/pydio/cells/v4/common/etl/stores/pydio8"

// Registry
_ "github.com/pydio/cells/v4/common/registry/config"
Expand Down

0 comments on commit 5ea3bc7

Please sign in to comment.