From 8a33adfeab1f9b3c28d12bbb2fc402909fa72ee8 Mon Sep 17 00:00:00 2001 From: adlerhurst <27845747+adlerhurst@users.noreply.github.com> Date: Mon, 19 May 2025 17:13:20 +0200 Subject: [PATCH] Revert "linting" This reverts commit b3803ef4eac70440b07ec4694c5bee823f52ecbc. --- internal/database/dialect/connections.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/database/dialect/connections.go b/internal/database/dialect/connections.go index f01ee508c9..460c12b7c3 100644 --- a/internal/database/dialect/connections.go +++ b/internal/database/dialect/connections.go @@ -6,6 +6,7 @@ import ( "reflect" pgxdecimal "github.com/jackc/pgx-shopspring-decimal" + "github.com/jackc/pgx/v5" "github.com/jackc/pgx/v5/pgtype" )