From cf0764e2448b910adb07a9718c59277c940ec982 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Thu, 26 May 2022 01:45:28 +0200 Subject: [PATCH] fix: add missing dependency --- backend/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/main.go b/backend/main.go index 1f4ac3d..38dcd67 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" -- GitLab