From fedd17ec49d1df15f0490a1e0faf91cb3edb0016 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 20:59:31 +0000 Subject: [PATCH] Update module gorm.io/driver/postgres to v1.6.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 90f974b..6320197 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/flosch/pongo2/v6 v6.0.0 github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 - gorm.io/driver/postgres v1.5.11 + gorm.io/driver/postgres v1.6.2 gorm.io/gorm v1.25.12 )