From 5f49952851c38ab15dafee723b4fe3fa79ee589b Mon Sep 17 00:00:00 2001 From: jasonchuan Date: Sun, 4 Feb 2024 16:33:54 +0800 Subject: [PATCH] driver/postgres->v1.5.5 --- tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index 07fedc45..1b18bae4 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -7,7 +7,7 @@ require ( github.com/jinzhu/now v1.1.5 github.com/lib/pq v1.10.9 gorm.io/driver/mysql v1.5.2 - gorm.io/driver/postgres v1.5.4 + gorm.io/driver/postgres v1.5.5 gorm.io/driver/sqlite v1.5.4 gorm.io/driver/sqlserver v1.5.2 gorm.io/gorm v1.25.5