From a67d868e6abdad23a1a0471efbd83f54bceb50df Mon Sep 17 00:00:00 2001 From: black Date: Tue, 6 Feb 2024 19:35:33 +0800 Subject: [PATCH] Revert "temporary replace go mod to validate mysql 5.6, will rollback" This reverts commit 288c065e1e26db7d363da5e3e72a6971b9e4f77c. --- tests/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index f8afc8b7..7ee8608e 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -36,5 +36,3 @@ 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