From 288c065e1e26db7d363da5e3e72a6971b9e4f77c Mon Sep 17 00:00:00 2001 From: black Date: Tue, 6 Feb 2024 16:38:14 +0800 Subject: [PATCH] temporary replace go mod to validate mysql 5.6, will rollback --- tests/go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/go.mod b/tests/go.mod index 7ee8608e..f8afc8b7 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -36,3 +36,5 @@ require ( replace gorm.io/gorm => ../ replace github.com/jackc/pgx/v5 => github.com/jackc/pgx/v5 v5.4.3 + +replace gorm.io/driver/mysql => github.com/black-06/mysql v0.0.0-20240206083023-198e932a9458