From 05110579bed9e8d55192b042db4f4b9c4d62dd06 Mon Sep 17 00:00:00 2001 From: henryjcee Date: Tue, 8 Oct 2024 12:23:57 +0100 Subject: [PATCH] Remove pgx replace --- tests/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index ba8a84a8..44535b03 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -36,6 +36,4 @@ 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