aboutsummaryrefslogtreecommitdiff
path: root/serverkeyapi/storage/postgres/server_key_table.go
diff options
context:
space:
mode:
Diffstat (limited to 'serverkeyapi/storage/postgres/server_key_table.go')
-rw-r--r--serverkeyapi/storage/postgres/server_key_table.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/serverkeyapi/storage/postgres/server_key_table.go b/serverkeyapi/storage/postgres/server_key_table.go
index b3c26a48..87f1c211 100644
--- a/serverkeyapi/storage/postgres/server_key_table.go
+++ b/serverkeyapi/storage/postgres/server_key_table.go
@@ -19,9 +19,8 @@ import (
"context"
"database/sql"
- "github.com/matrix-org/dendrite/internal"
-
"github.com/lib/pq"
+ "github.com/matrix-org/dendrite/internal"
"github.com/matrix-org/gomatrixserverlib"
)