From 6cd639fd196145128739847b07418d5c87bcf077 Mon Sep 17 00:00:00 2001 From: lash Date: Fri, 10 Jan 2025 11:44:15 +0000 Subject: [PATCH] Add missing pgxpool module --- storage/storageservice.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage/storageservice.go b/storage/storageservice.go index bc5a5e2..dc83bbc 100644 --- a/storage/storageservice.go +++ b/storage/storageservice.go @@ -5,7 +5,8 @@ import ( "fmt" "os" "path" - + + "github.com/jackc/pgx/v5/pgxpool" "git.defalsify.org/vise.git/db" fsdb "git.defalsify.org/vise.git/db/fs" "git.defalsify.org/vise.git/db/postgres"