aboutsummaryrefslogtreecommitdiff
path: root/roomserver/api/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'roomserver/api/http.go')
-rw-r--r--roomserver/api/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/roomserver/api/http.go b/roomserver/api/http.go
index d643526b..8a4d72e4 100644
--- a/roomserver/api/http.go
+++ b/roomserver/api/http.go
@@ -4,8 +4,8 @@ import (
"errors"
"net/http"
- "github.com/matrix-org/dendrite/common/caching"
fsInputAPI "github.com/matrix-org/dendrite/federationsender/api"
+ "github.com/matrix-org/dendrite/internal/caching"
)
type httpRoomserverInternalAPI struct {