From 33a11767eafce30831d105a6b64cc7b54a279352 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Tue, 20 Oct 2020 19:13:15 +0800 Subject: [PATCH] Upgrade test go.mod dependencies --- tests/go.mod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index 9b36f1ed..87d221ca 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -7,12 +7,10 @@ require ( github.com/jinzhu/now v1.1.1 github.com/lib/pq v1.6.0 gorm.io/driver/mysql v1.0.2 - gorm.io/driver/postgres v1.0.2 + gorm.io/driver/postgres v1.0.3 gorm.io/driver/sqlite v1.1.3 - gorm.io/driver/sqlserver v1.0.4 + gorm.io/driver/sqlserver v1.0.5 gorm.io/gorm v1.20.2 ) replace gorm.io/gorm => ../ - -replace github.com/jackc/pgx/v4 => github.com/jinzhu/pgx/v4 v4.8.2