diff --git a/tests/go.mod b/tests/go.mod index fda50bbb..c5de5b2a 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -5,13 +5,12 @@ go 1.16 require ( github.com/go-sql-driver/mysql v1.7.1 // indirect github.com/google/uuid v1.3.1 - github.com/jackc/pgx/v5 v5.4.3 // indirect github.com/jinzhu/now v1.1.5 github.com/lib/pq v1.10.9 github.com/microsoft/go-mssqldb v1.6.0 // indirect golang.org/x/crypto v0.13.0 // indirect gorm.io/driver/mysql v1.5.1 - gorm.io/driver/postgres v1.5.2 + gorm.io/driver/postgres v1.5.3 gorm.io/driver/sqlite v1.5.3 gorm.io/driver/sqlserver v1.5.1 gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55