temporary replace go mod to validate mysql 5.6, will rollback
This commit is contained in:
parent
1148bd07a5
commit
288c065e1e
@ -36,3 +36,5 @@ require (
|
|||||||
replace gorm.io/gorm => ../
|
replace gorm.io/gorm => ../
|
||||||
|
|
||||||
replace github.com/jackc/pgx/v5 => github.com/jackc/pgx/v5 v5.4.3
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user