diff options
author | Quentin Gliech <quenting@element.io> | 2024-10-17 17:33:45 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-10-17 17:33:45 +0200 |
commit | 6e6c3de0a6d93cd9e91234ce48e7968eb77e25e9 (patch) | |
tree | 5bae9388f8c4ba44d6b7e3176a40f1a3f4da9481 /syncapi/storage/interface.go | |
parent | 6d327dc73cbab650f19735eb9724c3b060eaaac3 (diff) |
Rename the go package
github.com/matrix-org/dendrite to github.com/element-hq/dendrite
Diffstat (limited to 'syncapi/storage/interface.go')
-rw-r--r-- | syncapi/storage/interface.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/syncapi/storage/interface.go b/syncapi/storage/interface.go index 88d69d56..8db439e0 100644 --- a/syncapi/storage/interface.go +++ b/syncapi/storage/interface.go @@ -12,14 +12,14 @@ import ( "github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/gomatrixserverlib/spec" - "github.com/matrix-org/dendrite/internal/eventutil" - "github.com/matrix-org/dendrite/internal/sqlutil" - "github.com/matrix-org/dendrite/roomserver/api" - rstypes "github.com/matrix-org/dendrite/roomserver/types" - "github.com/matrix-org/dendrite/syncapi/storage/shared" - "github.com/matrix-org/dendrite/syncapi/synctypes" - "github.com/matrix-org/dendrite/syncapi/types" - userapi "github.com/matrix-org/dendrite/userapi/api" + "github.com/element-hq/dendrite/internal/eventutil" + "github.com/element-hq/dendrite/internal/sqlutil" + "github.com/element-hq/dendrite/roomserver/api" + rstypes "github.com/element-hq/dendrite/roomserver/types" + "github.com/element-hq/dendrite/syncapi/storage/shared" + "github.com/element-hq/dendrite/syncapi/synctypes" + "github.com/element-hq/dendrite/syncapi/types" + userapi "github.com/element-hq/dendrite/userapi/api" ) type DatabaseTransaction interface { |