From 313cdb3ea15a4c47708377bf77fa3c9e4158b78a Mon Sep 17 00:00:00 2001 From: black Date: Tue, 6 Feb 2024 19:37:31 +0800 Subject: [PATCH] update drivers --- tests/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index 7ee8608e..136667b7 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -7,8 +7,8 @@ require ( github.com/jinzhu/now v1.1.5 github.com/lib/pq v1.10.9 github.com/stretchr/testify v1.8.4 - gorm.io/driver/mysql v1.5.3 - gorm.io/driver/postgres v1.5.5-0.20240206025756-d715278f3f57 + gorm.io/driver/mysql v1.5.4 + gorm.io/driver/postgres v1.5.6 gorm.io/driver/sqlite v1.5.5 gorm.io/driver/sqlserver v1.5.3 gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde