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 /roomserver/auth | |
parent | 6d327dc73cbab650f19735eb9724c3b060eaaac3 (diff) |
Rename the go package
github.com/matrix-org/dendrite to github.com/element-hq/dendrite
Diffstat (limited to 'roomserver/auth')
-rw-r--r-- | roomserver/auth/auth.go | 2 | ||||
-rw-r--r-- | roomserver/auth/auth_test.go | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/roomserver/auth/auth.go b/roomserver/auth/auth.go index 5971185c..bbcd0ab1 100644 --- a/roomserver/auth/auth.go +++ b/roomserver/auth/auth.go @@ -8,7 +8,7 @@ package auth import ( "context" - "github.com/matrix-org/dendrite/roomserver/api" + "github.com/element-hq/dendrite/roomserver/api" "github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/gomatrixserverlib/spec" ) diff --git a/roomserver/auth/auth_test.go b/roomserver/auth/auth_test.go index 058361e6..e935adad 100644 --- a/roomserver/auth/auth_test.go +++ b/roomserver/auth/auth_test.go @@ -4,8 +4,8 @@ import ( "context" "testing" - "github.com/matrix-org/dendrite/roomserver/api" - "github.com/matrix-org/dendrite/test" + "github.com/element-hq/dendrite/roomserver/api" + "github.com/element-hq/dendrite/test" "github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/gomatrixserverlib/spec" ) |