mirror of https://github.com/go-gorm/gorm.git
Fix tests/go.mod
This commit is contained in:
parent
98e15e0b95
commit
3cc7a30712
|
@ -16,5 +16,3 @@ require (
|
|||
replace gorm.io/gorm => ../
|
||||
|
||||
replace github.com/jackc/pgx/v4 => github.com/jinzhu/pgx/v4 v4.8.2
|
||||
|
||||
replace gorm.io/driver/sqlserver => /Users/jinzhu/Projects/jinzhu/sqlserver
|
||||
|
|
Loading…
Reference in New Issue