From 3cc7a307122e1ca2d0fbb298c264c51fce1bdd62 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Thu, 3 Sep 2020 13:28:37 +0800 Subject: [PATCH] Fix tests/go.mod --- tests/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index 2b336850..30a7dda7 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -16,5 +16,3 @@ require ( replace gorm.io/gorm => ../ replace github.com/jackc/pgx/v4 => github.com/jinzhu/pgx/v4 v4.8.2 - -replace gorm.io/driver/sqlserver => /Users/jinzhu/Projects/jinzhu/sqlserver