diff --git a/backend/main.go b/backend/main.go
index 1f4ac3d6f73c2307738a57a30a8d85d22c6df8ca..38dcd67311d2deff166efdc61ced15d95e21b60e 100644
--- a/backend/main.go
+++ b/backend/main.go
@@ -5,6 +5,7 @@ import (
 	"database/sql"
 	"git.kuschku.de/justjanne/imghost/shared"
 	"github.com/hibiken/asynq"
+	_ "github.com/lib/pq"
 	"github.com/prometheus/client_golang/prometheus"
 	"github.com/prometheus/client_golang/prometheus/promauto"
 	"github.com/prometheus/client_golang/prometheus/promhttp"