From 5553ff3dcb0d657662fa09369c07517ca32063b4 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Thu, 25 Apr 2024 20:12:15 +0800 Subject: [PATCH] downgrade mssql driver --- tests/go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index d58469c45a..10fa7ec81f 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -26,7 +26,7 @@ require ( github.com/jinzhu/inflection v1.0.0 // indirect github.com/kr/text v0.2.0 // indirect github.com/mattn/go-sqlite3 v1.14.22 // indirect - github.com/microsoft/go-mssqldb v1.7.0 // indirect + github.com/microsoft/go-mssqldb v1.7.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect golang.org/x/crypto v0.22.0 // indirect @@ -37,3 +37,5 @@ 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