aboutsummaryrefslogtreecommitdiff
path: root/internal/setup/monolith.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/setup/monolith.go')
-rw-r--r--internal/setup/monolith.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/setup/monolith.go b/internal/setup/monolith.go
index 2274283e..a0675d61 100644
--- a/internal/setup/monolith.go
+++ b/internal/setup/monolith.go
@@ -28,7 +28,7 @@ import (
keyAPI "github.com/matrix-org/dendrite/keyserver/api"
"github.com/matrix-org/dendrite/mediaapi"
roomserverAPI "github.com/matrix-org/dendrite/roomserver/api"
- serverKeyAPI "github.com/matrix-org/dendrite/serverkeyapi/api"
+ serverKeyAPI "github.com/matrix-org/dendrite/signingkeyserver/api"
"github.com/matrix-org/dendrite/syncapi"
userapi "github.com/matrix-org/dendrite/userapi/api"
"github.com/matrix-org/dendrite/userapi/storage/accounts"
@@ -50,7 +50,7 @@ type Monolith struct {
EDUInternalAPI eduServerAPI.EDUServerInputAPI
FederationSenderAPI federationSenderAPI.FederationSenderInternalAPI
RoomserverAPI roomserverAPI.RoomserverInternalAPI
- ServerKeyAPI serverKeyAPI.ServerKeyInternalAPI
+ ServerKeyAPI serverKeyAPI.SigningKeyServerAPI
UserAPI userapi.UserInternalAPI
KeyAPI keyAPI.KeyInternalAPI