aboutsummaryrefslogtreecommitdiff
path: root/cmd/resolve-state/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/resolve-state/main.go')
-rw-r--r--cmd/resolve-state/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/resolve-state/main.go b/cmd/resolve-state/main.go
index a622fbf2..efa58333 100644
--- a/cmd/resolve-state/main.go
+++ b/cmd/resolve-state/main.go
@@ -8,10 +8,10 @@ import (
"strconv"
"github.com/matrix-org/dendrite/internal/caching"
- "github.com/matrix-org/dendrite/internal/setup"
"github.com/matrix-org/dendrite/roomserver/state"
"github.com/matrix-org/dendrite/roomserver/storage"
"github.com/matrix-org/dendrite/roomserver/types"
+ "github.com/matrix-org/dendrite/setup"
"github.com/matrix-org/gomatrixserverlib"
)