From a1a3311b7cafe0da86c766a48fab6af5e7c57e3d Mon Sep 17 00:00:00 2001 From: henryjcee Date: Thu, 10 Oct 2024 11:00:41 +0100 Subject: [PATCH] Revert change to replace directive --- tests/go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/go.mod b/tests/go.mod index 44535b03..ba8a84a8 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -36,4 +36,6 @@ require ( replace gorm.io/gorm => ../ +replace github.com/jackc/pgx/v5 => github.com/jackc/pgx/v5 v5.4.3 + replace github.com/microsoft/go-mssqldb => github.com/microsoft/go-mssqldb v1.7.0