aboutsummaryrefslogtreecommitdiff
path: root/eduserver/eduserver.go
diff options
context:
space:
mode:
Diffstat (limited to 'eduserver/eduserver.go')
-rw-r--r--eduserver/eduserver.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/eduserver/eduserver.go b/eduserver/eduserver.go
index d5ab3681..7cc40510 100644
--- a/eduserver/eduserver.go
+++ b/eduserver/eduserver.go
@@ -22,9 +22,9 @@ import (
"github.com/matrix-org/dendrite/eduserver/cache"
"github.com/matrix-org/dendrite/eduserver/input"
"github.com/matrix-org/dendrite/eduserver/inthttp"
- "github.com/matrix-org/dendrite/internal/config"
- "github.com/matrix-org/dendrite/internal/setup"
- "github.com/matrix-org/dendrite/internal/setup/kafka"
+ "github.com/matrix-org/dendrite/setup"
+ "github.com/matrix-org/dendrite/setup/config"
+ "github.com/matrix-org/dendrite/setup/kafka"
userapi "github.com/matrix-org/dendrite/userapi/api"
)