From 38f637375b5073c5eda642647cc6d5b6fbb3ac8b Mon Sep 17 00:00:00 2001 From: Ruben Schuller Date: Mon, 12 Nov 2018 20:38:12 +0100 Subject: [PATCH] moved sources to basedir to enable compiling with standard tools --- .../dendrite/appservice => appservice}/README.md | 0 .../dendrite/appservice => appservice}/api/query.go | 0 .../appservice => appservice}/appservice.go | 0 .../consumers/roomserver.go | 0 .../appservice => appservice}/query/query.go | 0 .../appservice => appservice}/routing/routing.go | 0 .../storage/appservice_events_table.go | 0 .../appservice => appservice}/storage/storage.go | 0 .../storage/txn_id_counter_table.go | 0 .../appservice => appservice}/types/types.go | 0 .../workers/transaction_scheduler.go | 0 .../dendrite/clientapi => clientapi}/README.md | 0 .../dendrite/clientapi => clientapi}/auth/auth.go | 0 .../auth/authtypes/account.go | 0 .../auth/authtypes/device.go | 0 .../clientapi => clientapi}/auth/authtypes/flow.go | 0 .../auth/authtypes/logintypes.go | 0 .../auth/authtypes/membership.go | 0 .../auth/authtypes/profile.go | 0 .../auth/authtypes/threepid.go | 0 .../auth/storage/accounts/account_data_table.go | 0 .../auth/storage/accounts/accounts_table.go | 0 .../auth/storage/accounts/filter_table.go | 0 .../auth/storage/accounts/membership_table.go | 0 .../auth/storage/accounts/profile_table.go | 0 .../auth/storage/accounts/storage.go | 0 .../auth/storage/accounts/threepid_table.go | 0 .../auth/storage/devices/devices_table.go | 0 .../auth/storage/devices/storage.go | 0 .../dendrite/clientapi => clientapi}/clientapi.go | 0 .../clientapi => clientapi}/consumers/roomserver.go | 0 .../clientapi => clientapi}/httputil/httputil.go | 0 .../clientapi => clientapi}/httputil/parse.go | 0 .../clientapi => clientapi}/jsonerror/jsonerror.go | 0 .../jsonerror/jsonerror_test.go | 0 .../clientapi => clientapi}/producers/roomserver.go | 0 .../clientapi => clientapi}/producers/syncapi.go | 0 .../producers/typingserver.go | 0 .../clientapi => clientapi}/producers/userupdate.go | 0 .../clientapi => clientapi}/routing/account_data.go | 0 .../clientapi => clientapi}/routing/createroom.go | 0 .../clientapi => clientapi}/routing/device.go | 0 .../clientapi => clientapi}/routing/directory.go | 0 .../clientapi => clientapi}/routing/filter.go | 0 .../clientapi => clientapi}/routing/joinroom.go | 0 .../clientapi => clientapi}/routing/login.go | 0 .../clientapi => clientapi}/routing/logout.go | 0 .../clientapi => clientapi}/routing/membership.go | 0 .../clientapi => clientapi}/routing/memberships.go | 0 .../clientapi => clientapi}/routing/profile.go | 0 .../clientapi => clientapi}/routing/register.go | 0 .../routing/register_test.go | 0 .../clientapi => clientapi}/routing/routing.go | 0 .../clientapi => clientapi}/routing/sendevent.go | 0 .../clientapi => clientapi}/routing/sendtyping.go | 0 .../clientapi => clientapi}/routing/threepid.go | 0 .../clientapi => clientapi}/routing/voip.go | 0 .../clientapi => clientapi}/routing/whoami.go | 0 .../clientapi => clientapi}/threepid/invites.go | 0 .../clientapi => clientapi}/threepid/threepid.go | 0 .../clientapi => clientapi}/userutil/userutil.go | 0 .../userutil/userutil_test.go | 0 .../dendrite/cmd => cmd}/client-api-proxy/main.go | 0 .../dendrite/cmd => cmd}/create-account/main.go | 0 .../dendrite/cmd => cmd}/create-room-events/main.go | 0 .../cmd => cmd}/dendrite-appservice-server/main.go | 0 .../cmd => cmd}/dendrite-client-api-server/main.go | 0 .../dendrite-federation-api-server/main.go | 0 .../dendrite-federation-sender-server/main.go | 0 .../cmd => cmd}/dendrite-media-api-server/main.go | 0 .../cmd => cmd}/dendrite-monolith-server/main.go | 0 .../dendrite-public-rooms-api-server/main.go | 0 .../cmd => cmd}/dendrite-room-server/main.go | 0 .../cmd => cmd}/dendrite-sync-api-server/main.go | 0 .../cmd => cmd}/dendrite-typing-server/main.go | 0 .../cmd => cmd}/federation-api-proxy/main.go | 0 .../dendrite/cmd => cmd}/generate-keys/main.go | 0 .../dendrite/cmd => cmd}/kafka-producer/main.go | 0 .../cmd => cmd}/mediaapi-integration-tests/TESTS.md | 0 .../cmd => cmd}/mediaapi-integration-tests/main.go | 0 .../mediaapi-integration-tests/totem.jpg | Bin .../roomserver-integration-tests/main.go | 0 .../syncserver-integration-tests/main.go | 0 .../syncserver-integration-tests/testdata.go | 0 .../common => common}/basecomponent/base.go | 0 .../common => common}/basecomponent/flags.go | 0 .../dendrite/common => common}/config/appservice.go | 0 .../dendrite/common => common}/config/config.go | 0 .../common => common}/config/config_test.go | 0 .../dendrite/common => common}/consumers.go | 0 .../dendrite/common => common}/eventcontent.go | 0 .../matrix-org/dendrite/common => common}/events.go | 0 .../dendrite/common => common}/http/http.go | 0 .../dendrite/common => common}/httpapi.go | 0 .../dendrite/common => common}/keydb/keydb.go | 0 .../dendrite/common => common}/keydb/keyring.go | 0 .../common => common}/keydb/server_key_table.go | 0 .../matrix-org/dendrite/common => common}/log.go | 0 .../common => common}/partition_offset_table.go | 0 .../matrix-org/dendrite/common => common}/sql.go | 0 .../dendrite/common => common}/test/client.go | 0 .../dendrite/common => common}/test/config.go | 0 .../dendrite/common => common}/test/kafka.go | 0 .../dendrite/common => common}/test/server.go | 0 .../dendrite/common => common}/test/slice.go | 0 .../common => common}/transactions/transactions.go | 0 .../transactions/transactions_test.go | 0 .../matrix-org/dendrite/common => common}/types.go | 0 .../federationapi.go | 0 .../routing/backfill.go | 0 .../routing/devices.go | 0 .../routing/events.go | 0 .../routing/invite.go | 0 .../federationapi => federationapi}/routing/join.go | 0 .../federationapi => federationapi}/routing/keys.go | 0 .../routing/leave.go | 0 .../routing/missingevents.go | 0 .../routing/profile.go | 0 .../routing/query.go | 0 .../routing/routing.go | 0 .../federationapi => federationapi}/routing/send.go | 0 .../routing/state.go | 0 .../routing/threepid.go | 0 .../routing/version.go | 0 .../federationapi => federationapi}/types/types.go | 0 .../consumers/roomserver.go | 0 .../consumers/roomserver_test.go | 0 .../consumers/typingserver.go | 0 .../federationsender.go | 0 .../queue/destinationqueue.go | 0 .../queue/queue.go | 0 .../storage/joined_hosts_table.go | 0 .../storage/room_table.go | 0 .../storage/storage.go | 0 .../types/types.go | 0 .../dendrite/mediaapi => mediaapi}/README.md | 0 .../mediaapi => mediaapi}/bimg-96x96-crop.jpg | Bin .../mediaapi => mediaapi}/fileutils/fileutils.go | 0 .../dendrite/mediaapi => mediaapi}/mediaapi.go | 0 .../mediaapi => mediaapi}/nfnt-96x96-crop.jpg | Bin .../mediaapi => mediaapi}/routing/download.go | 0 .../mediaapi => mediaapi}/routing/routing.go | 0 .../mediaapi => mediaapi}/routing/upload.go | 0 .../storage/media_repository_table.go | 0 .../mediaapi => mediaapi}/storage/prepare.go | 0 .../dendrite/mediaapi => mediaapi}/storage/sql.go | 0 .../mediaapi => mediaapi}/storage/storage.go | 0 .../storage/thumbnail_table.go | 0 .../thumbnailer/thumbnailer.go | 0 .../thumbnailer/thumbnailer_bimg.go | 0 .../thumbnailer/thumbnailer_nfnt.go | 0 .../dendrite/mediaapi => mediaapi}/types/types.go | 0 .../publicroomsapi => publicroomsapi}/README.md | 0 .../consumers/roomserver.go | 0 .../directory/directory.go | 0 .../directory/public_rooms.go | 0 .../publicroomsapi.go | 0 .../routing/routing.go | 0 .../storage/prepare.go | 0 .../storage/public_rooms_table.go | 0 .../storage/storage.go | 0 .../types/types.go | 0 .../dendrite/roomserver => roomserver}/README.md | 0 .../roomserver => roomserver}/alias/alias.go | 0 .../dendrite/roomserver => roomserver}/api/alias.go | 0 .../dendrite/roomserver => roomserver}/api/input.go | 0 .../roomserver => roomserver}/api/output.go | 0 .../dendrite/roomserver => roomserver}/api/query.go | 0 .../dendrite/roomserver => roomserver}/auth/auth.go | 0 .../roomserver => roomserver}/input/authevents.go | 0 .../input/authevents_test.go | 0 .../roomserver => roomserver}/input/events.go | 0 .../roomserver => roomserver}/input/input.go | 0 .../input/latest_events.go | 0 .../roomserver => roomserver}/input/membership.go | 0 .../roomserver => roomserver}/query/query.go | 0 .../roomserver => roomserver}/query/query_test.go | 0 .../roomserver => roomserver}/roomserver.go | 0 .../roomserver => roomserver}/state/state.go | 0 .../roomserver => roomserver}/state/state_test.go | 0 .../storage/event_json_table.go | 0 .../storage/event_state_keys_table.go | 0 .../storage/event_types_table.go | 0 .../storage/events_table.go | 0 .../storage/invite_table.go | 0 .../storage/membership_table.go | 0 .../roomserver => roomserver}/storage/prepare.go | 0 .../storage/previous_events_table.go | 0 .../storage/room_aliases_table.go | 0 .../storage/rooms_table.go | 0 .../roomserver => roomserver}/storage/sql.go | 0 .../storage/state_block_table.go | 0 .../storage/state_block_table_test.go | 0 .../storage/state_snapshot_table.go | 0 .../roomserver => roomserver}/storage/storage.go | 0 .../storage/transactions_table.go | 0 .../roomserver => roomserver}/types/types.go | 0 .../dendrite/syncapi => syncapi}/README.md | 0 .../syncapi => syncapi}/consumers/clientapi.go | 0 .../syncapi => syncapi}/consumers/roomserver.go | 0 .../dendrite/syncapi => syncapi}/routing/routing.go | 0 .../dendrite/syncapi => syncapi}/routing/state.go | 0 .../storage/account_data_table.go | 0 .../storage/current_room_state_table.go | 0 .../syncapi => syncapi}/storage/invites_table.go | 0 .../storage/output_room_events_table.go | 0 .../syncapi => syncapi}/storage/syncserver.go | 0 .../dendrite/syncapi => syncapi}/sync/notifier.go | 0 .../syncapi => syncapi}/sync/notifier_test.go | 0 .../dendrite/syncapi => syncapi}/sync/request.go | 0 .../syncapi => syncapi}/sync/requestpool.go | 0 .../dendrite/syncapi => syncapi}/sync/userstream.go | 0 .../dendrite/syncapi => syncapi}/syncapi.go | 0 .../dendrite/syncapi => syncapi}/types/types.go | 0 .../typingserver => typingserver}/api/input.go | 0 .../typingserver => typingserver}/api/output.go | 0 .../typingserver => typingserver}/cache/cache.go | 0 .../cache/cache_test.go | 0 .../typingserver => typingserver}/input/input.go | 0 .../typingserver => typingserver}/typingserver.go | 0 220 files changed, 0 insertions(+), 0 deletions(-) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/README.md (100%) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/api/query.go (100%) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/appservice.go (100%) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/consumers/roomserver.go (100%) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/query/query.go (100%) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/routing/routing.go (100%) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/storage/appservice_events_table.go (100%) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/storage/storage.go (100%) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/storage/txn_id_counter_table.go (100%) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/types/types.go (100%) rename {src/github.com/matrix-org/dendrite/appservice => appservice}/workers/transaction_scheduler.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/README.md (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/auth.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/authtypes/account.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/authtypes/device.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/authtypes/flow.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/authtypes/logintypes.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/authtypes/membership.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/authtypes/profile.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/authtypes/threepid.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/storage/accounts/account_data_table.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/storage/accounts/accounts_table.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/storage/accounts/filter_table.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/storage/accounts/membership_table.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/storage/accounts/profile_table.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/storage/accounts/storage.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/storage/accounts/threepid_table.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/storage/devices/devices_table.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/auth/storage/devices/storage.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/clientapi.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/consumers/roomserver.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/httputil/httputil.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/httputil/parse.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/jsonerror/jsonerror.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/jsonerror/jsonerror_test.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/producers/roomserver.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/producers/syncapi.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/producers/typingserver.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/producers/userupdate.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/account_data.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/createroom.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/device.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/directory.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/filter.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/joinroom.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/login.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/logout.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/membership.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/memberships.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/profile.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/register.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/register_test.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/routing.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/sendevent.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/sendtyping.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/threepid.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/voip.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/routing/whoami.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/threepid/invites.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/threepid/threepid.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/userutil/userutil.go (100%) rename {src/github.com/matrix-org/dendrite/clientapi => clientapi}/userutil/userutil_test.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/client-api-proxy/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/create-account/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/create-room-events/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/dendrite-appservice-server/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/dendrite-client-api-server/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/dendrite-federation-api-server/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/dendrite-federation-sender-server/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/dendrite-media-api-server/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/dendrite-monolith-server/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/dendrite-public-rooms-api-server/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/dendrite-room-server/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/dendrite-sync-api-server/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/dendrite-typing-server/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/federation-api-proxy/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/generate-keys/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/kafka-producer/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/mediaapi-integration-tests/TESTS.md (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/mediaapi-integration-tests/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/mediaapi-integration-tests/totem.jpg (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/roomserver-integration-tests/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/syncserver-integration-tests/main.go (100%) rename {src/github.com/matrix-org/dendrite/cmd => cmd}/syncserver-integration-tests/testdata.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/basecomponent/base.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/basecomponent/flags.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/config/appservice.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/config/config.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/config/config_test.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/consumers.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/eventcontent.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/events.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/http/http.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/httpapi.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/keydb/keydb.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/keydb/keyring.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/keydb/server_key_table.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/log.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/partition_offset_table.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/sql.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/test/client.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/test/config.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/test/kafka.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/test/server.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/test/slice.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/transactions/transactions.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/transactions/transactions_test.go (100%) rename {src/github.com/matrix-org/dendrite/common => common}/types.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/federationapi.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/backfill.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/devices.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/events.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/invite.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/join.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/keys.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/leave.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/missingevents.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/profile.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/query.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/routing.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/send.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/state.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/threepid.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/routing/version.go (100%) rename {src/github.com/matrix-org/dendrite/federationapi => federationapi}/types/types.go (100%) rename {src/github.com/matrix-org/dendrite/federationsender => federationsender}/consumers/roomserver.go (100%) rename {src/github.com/matrix-org/dendrite/federationsender => federationsender}/consumers/roomserver_test.go (100%) rename {src/github.com/matrix-org/dendrite/federationsender => federationsender}/consumers/typingserver.go (100%) rename {src/github.com/matrix-org/dendrite/federationsender => federationsender}/federationsender.go (100%) rename {src/github.com/matrix-org/dendrite/federationsender => federationsender}/queue/destinationqueue.go (100%) rename {src/github.com/matrix-org/dendrite/federationsender => federationsender}/queue/queue.go (100%) rename {src/github.com/matrix-org/dendrite/federationsender => federationsender}/storage/joined_hosts_table.go (100%) rename {src/github.com/matrix-org/dendrite/federationsender => federationsender}/storage/room_table.go (100%) rename {src/github.com/matrix-org/dendrite/federationsender => federationsender}/storage/storage.go (100%) rename {src/github.com/matrix-org/dendrite/federationsender => federationsender}/types/types.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/README.md (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/bimg-96x96-crop.jpg (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/fileutils/fileutils.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/mediaapi.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/nfnt-96x96-crop.jpg (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/routing/download.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/routing/routing.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/routing/upload.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/storage/media_repository_table.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/storage/prepare.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/storage/sql.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/storage/storage.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/storage/thumbnail_table.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/thumbnailer/thumbnailer.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/thumbnailer/thumbnailer_bimg.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/thumbnailer/thumbnailer_nfnt.go (100%) rename {src/github.com/matrix-org/dendrite/mediaapi => mediaapi}/types/types.go (100%) rename {src/github.com/matrix-org/dendrite/publicroomsapi => publicroomsapi}/README.md (100%) rename {src/github.com/matrix-org/dendrite/publicroomsapi => publicroomsapi}/consumers/roomserver.go (100%) rename {src/github.com/matrix-org/dendrite/publicroomsapi => publicroomsapi}/directory/directory.go (100%) rename {src/github.com/matrix-org/dendrite/publicroomsapi => publicroomsapi}/directory/public_rooms.go (100%) rename {src/github.com/matrix-org/dendrite/publicroomsapi => publicroomsapi}/publicroomsapi.go (100%) rename {src/github.com/matrix-org/dendrite/publicroomsapi => publicroomsapi}/routing/routing.go (100%) rename {src/github.com/matrix-org/dendrite/publicroomsapi => publicroomsapi}/storage/prepare.go (100%) rename {src/github.com/matrix-org/dendrite/publicroomsapi => publicroomsapi}/storage/public_rooms_table.go (100%) rename {src/github.com/matrix-org/dendrite/publicroomsapi => publicroomsapi}/storage/storage.go (100%) rename {src/github.com/matrix-org/dendrite/publicroomsapi => publicroomsapi}/types/types.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/README.md (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/alias/alias.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/api/alias.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/api/input.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/api/output.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/api/query.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/auth/auth.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/input/authevents.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/input/authevents_test.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/input/events.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/input/input.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/input/latest_events.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/input/membership.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/query/query.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/query/query_test.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/roomserver.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/state/state.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/state/state_test.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/event_json_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/event_state_keys_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/event_types_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/events_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/invite_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/membership_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/prepare.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/previous_events_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/room_aliases_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/rooms_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/sql.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/state_block_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/state_block_table_test.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/state_snapshot_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/storage.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/storage/transactions_table.go (100%) rename {src/github.com/matrix-org/dendrite/roomserver => roomserver}/types/types.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/README.md (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/consumers/clientapi.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/consumers/roomserver.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/routing/routing.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/routing/state.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/storage/account_data_table.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/storage/current_room_state_table.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/storage/invites_table.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/storage/output_room_events_table.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/storage/syncserver.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/sync/notifier.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/sync/notifier_test.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/sync/request.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/sync/requestpool.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/sync/userstream.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/syncapi.go (100%) rename {src/github.com/matrix-org/dendrite/syncapi => syncapi}/types/types.go (100%) rename {src/github.com/matrix-org/dendrite/typingserver => typingserver}/api/input.go (100%) rename {src/github.com/matrix-org/dendrite/typingserver => typingserver}/api/output.go (100%) rename {src/github.com/matrix-org/dendrite/typingserver => typingserver}/cache/cache.go (100%) rename {src/github.com/matrix-org/dendrite/typingserver => typingserver}/cache/cache_test.go (100%) rename {src/github.com/matrix-org/dendrite/typingserver => typingserver}/input/input.go (100%) rename {src/github.com/matrix-org/dendrite/typingserver => typingserver}/typingserver.go (100%) diff --git a/src/github.com/matrix-org/dendrite/appservice/README.md b/appservice/README.md similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/README.md rename to appservice/README.md diff --git a/src/github.com/matrix-org/dendrite/appservice/api/query.go b/appservice/api/query.go similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/api/query.go rename to appservice/api/query.go diff --git a/src/github.com/matrix-org/dendrite/appservice/appservice.go b/appservice/appservice.go similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/appservice.go rename to appservice/appservice.go diff --git a/src/github.com/matrix-org/dendrite/appservice/consumers/roomserver.go b/appservice/consumers/roomserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/consumers/roomserver.go rename to appservice/consumers/roomserver.go diff --git a/src/github.com/matrix-org/dendrite/appservice/query/query.go b/appservice/query/query.go similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/query/query.go rename to appservice/query/query.go diff --git a/src/github.com/matrix-org/dendrite/appservice/routing/routing.go b/appservice/routing/routing.go similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/routing/routing.go rename to appservice/routing/routing.go diff --git a/src/github.com/matrix-org/dendrite/appservice/storage/appservice_events_table.go b/appservice/storage/appservice_events_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/storage/appservice_events_table.go rename to appservice/storage/appservice_events_table.go diff --git a/src/github.com/matrix-org/dendrite/appservice/storage/storage.go b/appservice/storage/storage.go similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/storage/storage.go rename to appservice/storage/storage.go diff --git a/src/github.com/matrix-org/dendrite/appservice/storage/txn_id_counter_table.go b/appservice/storage/txn_id_counter_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/storage/txn_id_counter_table.go rename to appservice/storage/txn_id_counter_table.go diff --git a/src/github.com/matrix-org/dendrite/appservice/types/types.go b/appservice/types/types.go similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/types/types.go rename to appservice/types/types.go diff --git a/src/github.com/matrix-org/dendrite/appservice/workers/transaction_scheduler.go b/appservice/workers/transaction_scheduler.go similarity index 100% rename from src/github.com/matrix-org/dendrite/appservice/workers/transaction_scheduler.go rename to appservice/workers/transaction_scheduler.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/README.md b/clientapi/README.md similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/README.md rename to clientapi/README.md diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/auth.go b/clientapi/auth/auth.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/auth.go rename to clientapi/auth/auth.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/account.go b/clientapi/auth/authtypes/account.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/account.go rename to clientapi/auth/authtypes/account.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/device.go b/clientapi/auth/authtypes/device.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/device.go rename to clientapi/auth/authtypes/device.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/flow.go b/clientapi/auth/authtypes/flow.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/flow.go rename to clientapi/auth/authtypes/flow.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/logintypes.go b/clientapi/auth/authtypes/logintypes.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/logintypes.go rename to clientapi/auth/authtypes/logintypes.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/membership.go b/clientapi/auth/authtypes/membership.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/membership.go rename to clientapi/auth/authtypes/membership.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/profile.go b/clientapi/auth/authtypes/profile.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/profile.go rename to clientapi/auth/authtypes/profile.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/threepid.go b/clientapi/auth/authtypes/threepid.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/authtypes/threepid.go rename to clientapi/auth/authtypes/threepid.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/account_data_table.go b/clientapi/auth/storage/accounts/account_data_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/account_data_table.go rename to clientapi/auth/storage/accounts/account_data_table.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/accounts_table.go b/clientapi/auth/storage/accounts/accounts_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/accounts_table.go rename to clientapi/auth/storage/accounts/accounts_table.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/filter_table.go b/clientapi/auth/storage/accounts/filter_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/filter_table.go rename to clientapi/auth/storage/accounts/filter_table.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/membership_table.go b/clientapi/auth/storage/accounts/membership_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/membership_table.go rename to clientapi/auth/storage/accounts/membership_table.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/profile_table.go b/clientapi/auth/storage/accounts/profile_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/profile_table.go rename to clientapi/auth/storage/accounts/profile_table.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/storage.go b/clientapi/auth/storage/accounts/storage.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/storage.go rename to clientapi/auth/storage/accounts/storage.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/threepid_table.go b/clientapi/auth/storage/accounts/threepid_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/storage/accounts/threepid_table.go rename to clientapi/auth/storage/accounts/threepid_table.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/devices/devices_table.go b/clientapi/auth/storage/devices/devices_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/storage/devices/devices_table.go rename to clientapi/auth/storage/devices/devices_table.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/storage/devices/storage.go b/clientapi/auth/storage/devices/storage.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/auth/storage/devices/storage.go rename to clientapi/auth/storage/devices/storage.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/clientapi.go b/clientapi/clientapi.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/clientapi.go rename to clientapi/clientapi.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/consumers/roomserver.go b/clientapi/consumers/roomserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/consumers/roomserver.go rename to clientapi/consumers/roomserver.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/httputil/httputil.go b/clientapi/httputil/httputil.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/httputil/httputil.go rename to clientapi/httputil/httputil.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/httputil/parse.go b/clientapi/httputil/parse.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/httputil/parse.go rename to clientapi/httputil/parse.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/jsonerror/jsonerror.go b/clientapi/jsonerror/jsonerror.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/jsonerror/jsonerror.go rename to clientapi/jsonerror/jsonerror.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/jsonerror/jsonerror_test.go b/clientapi/jsonerror/jsonerror_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/jsonerror/jsonerror_test.go rename to clientapi/jsonerror/jsonerror_test.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/producers/roomserver.go b/clientapi/producers/roomserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/producers/roomserver.go rename to clientapi/producers/roomserver.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/producers/syncapi.go b/clientapi/producers/syncapi.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/producers/syncapi.go rename to clientapi/producers/syncapi.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/producers/typingserver.go b/clientapi/producers/typingserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/producers/typingserver.go rename to clientapi/producers/typingserver.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/producers/userupdate.go b/clientapi/producers/userupdate.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/producers/userupdate.go rename to clientapi/producers/userupdate.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/account_data.go b/clientapi/routing/account_data.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/account_data.go rename to clientapi/routing/account_data.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/createroom.go b/clientapi/routing/createroom.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/createroom.go rename to clientapi/routing/createroom.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/device.go b/clientapi/routing/device.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/device.go rename to clientapi/routing/device.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/directory.go b/clientapi/routing/directory.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/directory.go rename to clientapi/routing/directory.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/filter.go b/clientapi/routing/filter.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/filter.go rename to clientapi/routing/filter.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/joinroom.go b/clientapi/routing/joinroom.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/joinroom.go rename to clientapi/routing/joinroom.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/login.go b/clientapi/routing/login.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/login.go rename to clientapi/routing/login.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/logout.go b/clientapi/routing/logout.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/logout.go rename to clientapi/routing/logout.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/membership.go b/clientapi/routing/membership.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/membership.go rename to clientapi/routing/membership.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/memberships.go b/clientapi/routing/memberships.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/memberships.go rename to clientapi/routing/memberships.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/profile.go b/clientapi/routing/profile.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/profile.go rename to clientapi/routing/profile.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/register.go b/clientapi/routing/register.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/register.go rename to clientapi/routing/register.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/register_test.go b/clientapi/routing/register_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/register_test.go rename to clientapi/routing/register_test.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/routing.go b/clientapi/routing/routing.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/routing.go rename to clientapi/routing/routing.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/sendevent.go b/clientapi/routing/sendevent.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/sendevent.go rename to clientapi/routing/sendevent.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/sendtyping.go b/clientapi/routing/sendtyping.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/sendtyping.go rename to clientapi/routing/sendtyping.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/threepid.go b/clientapi/routing/threepid.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/threepid.go rename to clientapi/routing/threepid.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/voip.go b/clientapi/routing/voip.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/voip.go rename to clientapi/routing/voip.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/whoami.go b/clientapi/routing/whoami.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/routing/whoami.go rename to clientapi/routing/whoami.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/threepid/invites.go b/clientapi/threepid/invites.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/threepid/invites.go rename to clientapi/threepid/invites.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/threepid/threepid.go b/clientapi/threepid/threepid.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/threepid/threepid.go rename to clientapi/threepid/threepid.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/userutil/userutil.go b/clientapi/userutil/userutil.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/userutil/userutil.go rename to clientapi/userutil/userutil.go diff --git a/src/github.com/matrix-org/dendrite/clientapi/userutil/userutil_test.go b/clientapi/userutil/userutil_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/clientapi/userutil/userutil_test.go rename to clientapi/userutil/userutil_test.go diff --git a/src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go b/cmd/client-api-proxy/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go rename to cmd/client-api-proxy/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/create-account/main.go b/cmd/create-account/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/create-account/main.go rename to cmd/create-account/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/create-room-events/main.go b/cmd/create-room-events/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/create-room-events/main.go rename to cmd/create-room-events/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-appservice-server/main.go b/cmd/dendrite-appservice-server/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/dendrite-appservice-server/main.go rename to cmd/dendrite-appservice-server/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-client-api-server/main.go b/cmd/dendrite-client-api-server/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/dendrite-client-api-server/main.go rename to cmd/dendrite-client-api-server/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-api-server/main.go b/cmd/dendrite-federation-api-server/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/dendrite-federation-api-server/main.go rename to cmd/dendrite-federation-api-server/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-sender-server/main.go b/cmd/dendrite-federation-sender-server/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/dendrite-federation-sender-server/main.go rename to cmd/dendrite-federation-sender-server/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-media-api-server/main.go b/cmd/dendrite-media-api-server/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/dendrite-media-api-server/main.go rename to cmd/dendrite-media-api-server/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-monolith-server/main.go b/cmd/dendrite-monolith-server/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/dendrite-monolith-server/main.go rename to cmd/dendrite-monolith-server/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-public-rooms-api-server/main.go b/cmd/dendrite-public-rooms-api-server/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/dendrite-public-rooms-api-server/main.go rename to cmd/dendrite-public-rooms-api-server/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-room-server/main.go b/cmd/dendrite-room-server/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/dendrite-room-server/main.go rename to cmd/dendrite-room-server/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go b/cmd/dendrite-sync-api-server/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go rename to cmd/dendrite-sync-api-server/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-typing-server/main.go b/cmd/dendrite-typing-server/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/dendrite-typing-server/main.go rename to cmd/dendrite-typing-server/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/federation-api-proxy/main.go b/cmd/federation-api-proxy/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/federation-api-proxy/main.go rename to cmd/federation-api-proxy/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/generate-keys/main.go b/cmd/generate-keys/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/generate-keys/main.go rename to cmd/generate-keys/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/kafka-producer/main.go b/cmd/kafka-producer/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/kafka-producer/main.go rename to cmd/kafka-producer/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/mediaapi-integration-tests/TESTS.md b/cmd/mediaapi-integration-tests/TESTS.md similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/mediaapi-integration-tests/TESTS.md rename to cmd/mediaapi-integration-tests/TESTS.md diff --git a/src/github.com/matrix-org/dendrite/cmd/mediaapi-integration-tests/main.go b/cmd/mediaapi-integration-tests/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/mediaapi-integration-tests/main.go rename to cmd/mediaapi-integration-tests/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/mediaapi-integration-tests/totem.jpg b/cmd/mediaapi-integration-tests/totem.jpg similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/mediaapi-integration-tests/totem.jpg rename to cmd/mediaapi-integration-tests/totem.jpg diff --git a/src/github.com/matrix-org/dendrite/cmd/roomserver-integration-tests/main.go b/cmd/roomserver-integration-tests/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/roomserver-integration-tests/main.go rename to cmd/roomserver-integration-tests/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/syncserver-integration-tests/main.go b/cmd/syncserver-integration-tests/main.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/syncserver-integration-tests/main.go rename to cmd/syncserver-integration-tests/main.go diff --git a/src/github.com/matrix-org/dendrite/cmd/syncserver-integration-tests/testdata.go b/cmd/syncserver-integration-tests/testdata.go similarity index 100% rename from src/github.com/matrix-org/dendrite/cmd/syncserver-integration-tests/testdata.go rename to cmd/syncserver-integration-tests/testdata.go diff --git a/src/github.com/matrix-org/dendrite/common/basecomponent/base.go b/common/basecomponent/base.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/basecomponent/base.go rename to common/basecomponent/base.go diff --git a/src/github.com/matrix-org/dendrite/common/basecomponent/flags.go b/common/basecomponent/flags.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/basecomponent/flags.go rename to common/basecomponent/flags.go diff --git a/src/github.com/matrix-org/dendrite/common/config/appservice.go b/common/config/appservice.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/config/appservice.go rename to common/config/appservice.go diff --git a/src/github.com/matrix-org/dendrite/common/config/config.go b/common/config/config.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/config/config.go rename to common/config/config.go diff --git a/src/github.com/matrix-org/dendrite/common/config/config_test.go b/common/config/config_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/config/config_test.go rename to common/config/config_test.go diff --git a/src/github.com/matrix-org/dendrite/common/consumers.go b/common/consumers.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/consumers.go rename to common/consumers.go diff --git a/src/github.com/matrix-org/dendrite/common/eventcontent.go b/common/eventcontent.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/eventcontent.go rename to common/eventcontent.go diff --git a/src/github.com/matrix-org/dendrite/common/events.go b/common/events.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/events.go rename to common/events.go diff --git a/src/github.com/matrix-org/dendrite/common/http/http.go b/common/http/http.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/http/http.go rename to common/http/http.go diff --git a/src/github.com/matrix-org/dendrite/common/httpapi.go b/common/httpapi.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/httpapi.go rename to common/httpapi.go diff --git a/src/github.com/matrix-org/dendrite/common/keydb/keydb.go b/common/keydb/keydb.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/keydb/keydb.go rename to common/keydb/keydb.go diff --git a/src/github.com/matrix-org/dendrite/common/keydb/keyring.go b/common/keydb/keyring.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/keydb/keyring.go rename to common/keydb/keyring.go diff --git a/src/github.com/matrix-org/dendrite/common/keydb/server_key_table.go b/common/keydb/server_key_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/keydb/server_key_table.go rename to common/keydb/server_key_table.go diff --git a/src/github.com/matrix-org/dendrite/common/log.go b/common/log.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/log.go rename to common/log.go diff --git a/src/github.com/matrix-org/dendrite/common/partition_offset_table.go b/common/partition_offset_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/partition_offset_table.go rename to common/partition_offset_table.go diff --git a/src/github.com/matrix-org/dendrite/common/sql.go b/common/sql.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/sql.go rename to common/sql.go diff --git a/src/github.com/matrix-org/dendrite/common/test/client.go b/common/test/client.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/test/client.go rename to common/test/client.go diff --git a/src/github.com/matrix-org/dendrite/common/test/config.go b/common/test/config.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/test/config.go rename to common/test/config.go diff --git a/src/github.com/matrix-org/dendrite/common/test/kafka.go b/common/test/kafka.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/test/kafka.go rename to common/test/kafka.go diff --git a/src/github.com/matrix-org/dendrite/common/test/server.go b/common/test/server.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/test/server.go rename to common/test/server.go diff --git a/src/github.com/matrix-org/dendrite/common/test/slice.go b/common/test/slice.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/test/slice.go rename to common/test/slice.go diff --git a/src/github.com/matrix-org/dendrite/common/transactions/transactions.go b/common/transactions/transactions.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/transactions/transactions.go rename to common/transactions/transactions.go diff --git a/src/github.com/matrix-org/dendrite/common/transactions/transactions_test.go b/common/transactions/transactions_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/transactions/transactions_test.go rename to common/transactions/transactions_test.go diff --git a/src/github.com/matrix-org/dendrite/common/types.go b/common/types.go similarity index 100% rename from src/github.com/matrix-org/dendrite/common/types.go rename to common/types.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/federationapi.go b/federationapi/federationapi.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/federationapi.go rename to federationapi/federationapi.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/backfill.go b/federationapi/routing/backfill.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/backfill.go rename to federationapi/routing/backfill.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/devices.go b/federationapi/routing/devices.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/devices.go rename to federationapi/routing/devices.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/events.go b/federationapi/routing/events.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/events.go rename to federationapi/routing/events.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/invite.go b/federationapi/routing/invite.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/invite.go rename to federationapi/routing/invite.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/join.go b/federationapi/routing/join.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/join.go rename to federationapi/routing/join.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/keys.go b/federationapi/routing/keys.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/keys.go rename to federationapi/routing/keys.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/leave.go b/federationapi/routing/leave.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/leave.go rename to federationapi/routing/leave.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/missingevents.go b/federationapi/routing/missingevents.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/missingevents.go rename to federationapi/routing/missingevents.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/profile.go b/federationapi/routing/profile.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/profile.go rename to federationapi/routing/profile.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/query.go b/federationapi/routing/query.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/query.go rename to federationapi/routing/query.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/routing.go b/federationapi/routing/routing.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/routing.go rename to federationapi/routing/routing.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/send.go b/federationapi/routing/send.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/send.go rename to federationapi/routing/send.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/state.go b/federationapi/routing/state.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/state.go rename to federationapi/routing/state.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/threepid.go b/federationapi/routing/threepid.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/threepid.go rename to federationapi/routing/threepid.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/version.go b/federationapi/routing/version.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/routing/version.go rename to federationapi/routing/version.go diff --git a/src/github.com/matrix-org/dendrite/federationapi/types/types.go b/federationapi/types/types.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationapi/types/types.go rename to federationapi/types/types.go diff --git a/src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver.go b/federationsender/consumers/roomserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver.go rename to federationsender/consumers/roomserver.go diff --git a/src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver_test.go b/federationsender/consumers/roomserver_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver_test.go rename to federationsender/consumers/roomserver_test.go diff --git a/src/github.com/matrix-org/dendrite/federationsender/consumers/typingserver.go b/federationsender/consumers/typingserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationsender/consumers/typingserver.go rename to federationsender/consumers/typingserver.go diff --git a/src/github.com/matrix-org/dendrite/federationsender/federationsender.go b/federationsender/federationsender.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationsender/federationsender.go rename to federationsender/federationsender.go diff --git a/src/github.com/matrix-org/dendrite/federationsender/queue/destinationqueue.go b/federationsender/queue/destinationqueue.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationsender/queue/destinationqueue.go rename to federationsender/queue/destinationqueue.go diff --git a/src/github.com/matrix-org/dendrite/federationsender/queue/queue.go b/federationsender/queue/queue.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationsender/queue/queue.go rename to federationsender/queue/queue.go diff --git a/src/github.com/matrix-org/dendrite/federationsender/storage/joined_hosts_table.go b/federationsender/storage/joined_hosts_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationsender/storage/joined_hosts_table.go rename to federationsender/storage/joined_hosts_table.go diff --git a/src/github.com/matrix-org/dendrite/federationsender/storage/room_table.go b/federationsender/storage/room_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationsender/storage/room_table.go rename to federationsender/storage/room_table.go diff --git a/src/github.com/matrix-org/dendrite/federationsender/storage/storage.go b/federationsender/storage/storage.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationsender/storage/storage.go rename to federationsender/storage/storage.go diff --git a/src/github.com/matrix-org/dendrite/federationsender/types/types.go b/federationsender/types/types.go similarity index 100% rename from src/github.com/matrix-org/dendrite/federationsender/types/types.go rename to federationsender/types/types.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/README.md b/mediaapi/README.md similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/README.md rename to mediaapi/README.md diff --git a/src/github.com/matrix-org/dendrite/mediaapi/bimg-96x96-crop.jpg b/mediaapi/bimg-96x96-crop.jpg similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/bimg-96x96-crop.jpg rename to mediaapi/bimg-96x96-crop.jpg diff --git a/src/github.com/matrix-org/dendrite/mediaapi/fileutils/fileutils.go b/mediaapi/fileutils/fileutils.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/fileutils/fileutils.go rename to mediaapi/fileutils/fileutils.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/mediaapi.go b/mediaapi/mediaapi.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/mediaapi.go rename to mediaapi/mediaapi.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/nfnt-96x96-crop.jpg b/mediaapi/nfnt-96x96-crop.jpg similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/nfnt-96x96-crop.jpg rename to mediaapi/nfnt-96x96-crop.jpg diff --git a/src/github.com/matrix-org/dendrite/mediaapi/routing/download.go b/mediaapi/routing/download.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/routing/download.go rename to mediaapi/routing/download.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/routing/routing.go b/mediaapi/routing/routing.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/routing/routing.go rename to mediaapi/routing/routing.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/routing/upload.go b/mediaapi/routing/upload.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/routing/upload.go rename to mediaapi/routing/upload.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/storage/media_repository_table.go b/mediaapi/storage/media_repository_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/storage/media_repository_table.go rename to mediaapi/storage/media_repository_table.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/storage/prepare.go b/mediaapi/storage/prepare.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/storage/prepare.go rename to mediaapi/storage/prepare.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/storage/sql.go b/mediaapi/storage/sql.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/storage/sql.go rename to mediaapi/storage/sql.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/storage/storage.go b/mediaapi/storage/storage.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/storage/storage.go rename to mediaapi/storage/storage.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/storage/thumbnail_table.go b/mediaapi/storage/thumbnail_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/storage/thumbnail_table.go rename to mediaapi/storage/thumbnail_table.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer.go b/mediaapi/thumbnailer/thumbnailer.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer.go rename to mediaapi/thumbnailer/thumbnailer.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_bimg.go b/mediaapi/thumbnailer/thumbnailer_bimg.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_bimg.go rename to mediaapi/thumbnailer/thumbnailer_bimg.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_nfnt.go b/mediaapi/thumbnailer/thumbnailer_nfnt.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_nfnt.go rename to mediaapi/thumbnailer/thumbnailer_nfnt.go diff --git a/src/github.com/matrix-org/dendrite/mediaapi/types/types.go b/mediaapi/types/types.go similarity index 100% rename from src/github.com/matrix-org/dendrite/mediaapi/types/types.go rename to mediaapi/types/types.go diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/README.md b/publicroomsapi/README.md similarity index 100% rename from src/github.com/matrix-org/dendrite/publicroomsapi/README.md rename to publicroomsapi/README.md diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/consumers/roomserver.go b/publicroomsapi/consumers/roomserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/publicroomsapi/consumers/roomserver.go rename to publicroomsapi/consumers/roomserver.go diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/directory/directory.go b/publicroomsapi/directory/directory.go similarity index 100% rename from src/github.com/matrix-org/dendrite/publicroomsapi/directory/directory.go rename to publicroomsapi/directory/directory.go diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/directory/public_rooms.go b/publicroomsapi/directory/public_rooms.go similarity index 100% rename from src/github.com/matrix-org/dendrite/publicroomsapi/directory/public_rooms.go rename to publicroomsapi/directory/public_rooms.go diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/publicroomsapi.go b/publicroomsapi/publicroomsapi.go similarity index 100% rename from src/github.com/matrix-org/dendrite/publicroomsapi/publicroomsapi.go rename to publicroomsapi/publicroomsapi.go diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/routing/routing.go b/publicroomsapi/routing/routing.go similarity index 100% rename from src/github.com/matrix-org/dendrite/publicroomsapi/routing/routing.go rename to publicroomsapi/routing/routing.go diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/storage/prepare.go b/publicroomsapi/storage/prepare.go similarity index 100% rename from src/github.com/matrix-org/dendrite/publicroomsapi/storage/prepare.go rename to publicroomsapi/storage/prepare.go diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/storage/public_rooms_table.go b/publicroomsapi/storage/public_rooms_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/publicroomsapi/storage/public_rooms_table.go rename to publicroomsapi/storage/public_rooms_table.go diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/storage/storage.go b/publicroomsapi/storage/storage.go similarity index 100% rename from src/github.com/matrix-org/dendrite/publicroomsapi/storage/storage.go rename to publicroomsapi/storage/storage.go diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/types/types.go b/publicroomsapi/types/types.go similarity index 100% rename from src/github.com/matrix-org/dendrite/publicroomsapi/types/types.go rename to publicroomsapi/types/types.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/README.md b/roomserver/README.md similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/README.md rename to roomserver/README.md diff --git a/src/github.com/matrix-org/dendrite/roomserver/alias/alias.go b/roomserver/alias/alias.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/alias/alias.go rename to roomserver/alias/alias.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/api/alias.go b/roomserver/api/alias.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/api/alias.go rename to roomserver/api/alias.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/api/input.go b/roomserver/api/input.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/api/input.go rename to roomserver/api/input.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/api/output.go b/roomserver/api/output.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/api/output.go rename to roomserver/api/output.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/api/query.go b/roomserver/api/query.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/api/query.go rename to roomserver/api/query.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/auth/auth.go b/roomserver/auth/auth.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/auth/auth.go rename to roomserver/auth/auth.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/input/authevents.go b/roomserver/input/authevents.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/input/authevents.go rename to roomserver/input/authevents.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/input/authevents_test.go b/roomserver/input/authevents_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/input/authevents_test.go rename to roomserver/input/authevents_test.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/input/events.go b/roomserver/input/events.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/input/events.go rename to roomserver/input/events.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/input/input.go b/roomserver/input/input.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/input/input.go rename to roomserver/input/input.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/input/latest_events.go b/roomserver/input/latest_events.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/input/latest_events.go rename to roomserver/input/latest_events.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/input/membership.go b/roomserver/input/membership.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/input/membership.go rename to roomserver/input/membership.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/query/query.go b/roomserver/query/query.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/query/query.go rename to roomserver/query/query.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/query/query_test.go b/roomserver/query/query_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/query/query_test.go rename to roomserver/query/query_test.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/roomserver.go b/roomserver/roomserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/roomserver.go rename to roomserver/roomserver.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/state/state.go b/roomserver/state/state.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/state/state.go rename to roomserver/state/state.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/state/state_test.go b/roomserver/state/state_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/state/state_test.go rename to roomserver/state/state_test.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/event_json_table.go b/roomserver/storage/event_json_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/event_json_table.go rename to roomserver/storage/event_json_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/event_state_keys_table.go b/roomserver/storage/event_state_keys_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/event_state_keys_table.go rename to roomserver/storage/event_state_keys_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/event_types_table.go b/roomserver/storage/event_types_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/event_types_table.go rename to roomserver/storage/event_types_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/events_table.go b/roomserver/storage/events_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/events_table.go rename to roomserver/storage/events_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/invite_table.go b/roomserver/storage/invite_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/invite_table.go rename to roomserver/storage/invite_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/membership_table.go b/roomserver/storage/membership_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/membership_table.go rename to roomserver/storage/membership_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/prepare.go b/roomserver/storage/prepare.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/prepare.go rename to roomserver/storage/prepare.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/previous_events_table.go b/roomserver/storage/previous_events_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/previous_events_table.go rename to roomserver/storage/previous_events_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/room_aliases_table.go b/roomserver/storage/room_aliases_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/room_aliases_table.go rename to roomserver/storage/room_aliases_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/rooms_table.go b/roomserver/storage/rooms_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/rooms_table.go rename to roomserver/storage/rooms_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/sql.go b/roomserver/storage/sql.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/sql.go rename to roomserver/storage/sql.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/state_block_table.go b/roomserver/storage/state_block_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/state_block_table.go rename to roomserver/storage/state_block_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/state_block_table_test.go b/roomserver/storage/state_block_table_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/state_block_table_test.go rename to roomserver/storage/state_block_table_test.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/state_snapshot_table.go b/roomserver/storage/state_snapshot_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/state_snapshot_table.go rename to roomserver/storage/state_snapshot_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/storage.go b/roomserver/storage/storage.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/storage.go rename to roomserver/storage/storage.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/storage/transactions_table.go b/roomserver/storage/transactions_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/storage/transactions_table.go rename to roomserver/storage/transactions_table.go diff --git a/src/github.com/matrix-org/dendrite/roomserver/types/types.go b/roomserver/types/types.go similarity index 100% rename from src/github.com/matrix-org/dendrite/roomserver/types/types.go rename to roomserver/types/types.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/README.md b/syncapi/README.md similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/README.md rename to syncapi/README.md diff --git a/src/github.com/matrix-org/dendrite/syncapi/consumers/clientapi.go b/syncapi/consumers/clientapi.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/consumers/clientapi.go rename to syncapi/consumers/clientapi.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/consumers/roomserver.go b/syncapi/consumers/roomserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/consumers/roomserver.go rename to syncapi/consumers/roomserver.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/routing/routing.go b/syncapi/routing/routing.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/routing/routing.go rename to syncapi/routing/routing.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/routing/state.go b/syncapi/routing/state.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/routing/state.go rename to syncapi/routing/state.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/storage/account_data_table.go b/syncapi/storage/account_data_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/storage/account_data_table.go rename to syncapi/storage/account_data_table.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/storage/current_room_state_table.go b/syncapi/storage/current_room_state_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/storage/current_room_state_table.go rename to syncapi/storage/current_room_state_table.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/storage/invites_table.go b/syncapi/storage/invites_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/storage/invites_table.go rename to syncapi/storage/invites_table.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/storage/output_room_events_table.go b/syncapi/storage/output_room_events_table.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/storage/output_room_events_table.go rename to syncapi/storage/output_room_events_table.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/storage/syncserver.go b/syncapi/storage/syncserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/storage/syncserver.go rename to syncapi/storage/syncserver.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go b/syncapi/sync/notifier.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go rename to syncapi/sync/notifier.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/sync/notifier_test.go b/syncapi/sync/notifier_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/sync/notifier_test.go rename to syncapi/sync/notifier_test.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/sync/request.go b/syncapi/sync/request.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/sync/request.go rename to syncapi/sync/request.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/sync/requestpool.go b/syncapi/sync/requestpool.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/sync/requestpool.go rename to syncapi/sync/requestpool.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/sync/userstream.go b/syncapi/sync/userstream.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/sync/userstream.go rename to syncapi/sync/userstream.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/syncapi.go b/syncapi/syncapi.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/syncapi.go rename to syncapi/syncapi.go diff --git a/src/github.com/matrix-org/dendrite/syncapi/types/types.go b/syncapi/types/types.go similarity index 100% rename from src/github.com/matrix-org/dendrite/syncapi/types/types.go rename to syncapi/types/types.go diff --git a/src/github.com/matrix-org/dendrite/typingserver/api/input.go b/typingserver/api/input.go similarity index 100% rename from src/github.com/matrix-org/dendrite/typingserver/api/input.go rename to typingserver/api/input.go diff --git a/src/github.com/matrix-org/dendrite/typingserver/api/output.go b/typingserver/api/output.go similarity index 100% rename from src/github.com/matrix-org/dendrite/typingserver/api/output.go rename to typingserver/api/output.go diff --git a/src/github.com/matrix-org/dendrite/typingserver/cache/cache.go b/typingserver/cache/cache.go similarity index 100% rename from src/github.com/matrix-org/dendrite/typingserver/cache/cache.go rename to typingserver/cache/cache.go diff --git a/src/github.com/matrix-org/dendrite/typingserver/cache/cache_test.go b/typingserver/cache/cache_test.go similarity index 100% rename from src/github.com/matrix-org/dendrite/typingserver/cache/cache_test.go rename to typingserver/cache/cache_test.go diff --git a/src/github.com/matrix-org/dendrite/typingserver/input/input.go b/typingserver/input/input.go similarity index 100% rename from src/github.com/matrix-org/dendrite/typingserver/input/input.go rename to typingserver/input/input.go diff --git a/src/github.com/matrix-org/dendrite/typingserver/typingserver.go b/typingserver/typingserver.go similarity index 100% rename from src/github.com/matrix-org/dendrite/typingserver/typingserver.go rename to typingserver/typingserver.go