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