diff options
Diffstat (limited to 'internal/setup/monolith.go')
-rw-r--r-- | internal/setup/monolith.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/setup/monolith.go b/internal/setup/monolith.go index bb81f740..24bee950 100644 --- a/internal/setup/monolith.go +++ b/internal/setup/monolith.go @@ -19,8 +19,6 @@ import ( "github.com/gorilla/mux" appserviceAPI "github.com/matrix-org/dendrite/appservice/api" "github.com/matrix-org/dendrite/clientapi" - "github.com/matrix-org/dendrite/clientapi/auth/storage/accounts" - "github.com/matrix-org/dendrite/clientapi/auth/storage/devices" eduServerAPI "github.com/matrix-org/dendrite/eduserver/api" "github.com/matrix-org/dendrite/federationapi" federationSenderAPI "github.com/matrix-org/dendrite/federationsender/api" @@ -35,6 +33,8 @@ import ( serverKeyAPI "github.com/matrix-org/dendrite/serverkeyapi/api" "github.com/matrix-org/dendrite/syncapi" userapi "github.com/matrix-org/dendrite/userapi/api" + "github.com/matrix-org/dendrite/userapi/storage/accounts" + "github.com/matrix-org/dendrite/userapi/storage/devices" "github.com/matrix-org/gomatrixserverlib" ) |