diff options
Diffstat (limited to 'federationapi/routing/keys.go')
-rw-r--r-- | federationapi/routing/keys.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/federationapi/routing/keys.go b/federationapi/routing/keys.go index dc262cfd..2885cc91 100644 --- a/federationapi/routing/keys.go +++ b/federationapi/routing/keys.go @@ -22,8 +22,8 @@ import ( clienthttputil "github.com/matrix-org/dendrite/clientapi/httputil" "github.com/matrix-org/dendrite/clientapi/jsonerror" federationAPI "github.com/matrix-org/dendrite/federationapi/api" - "github.com/matrix-org/dendrite/keyserver/api" "github.com/matrix-org/dendrite/setup/config" + "github.com/matrix-org/dendrite/userapi/api" "github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/util" "github.com/sirupsen/logrus" |