Dragonfly is an open source P2P-based file distribution and image acceleration system. It is hosted by the Cloud Native Computing Foundation (CNCF) as an Incubating Level Project.
This pull request includes updates to the dependencies in the go.mod file, specifically downgrading some of the versions for MySQL and GORM-related packages.
Dependency version changes:
go.mod: Downgraded github.com/go-sql-driver/mysql from v1.7.1 to v1.7.0.
go.mod: Downgraded gorm.io/driver/mysql from v1.5.4 to v1.4.7.
go.mod: Downgraded gorm.io/driver/postgres from v1.5.7 to v1.4.8.
go.mod: Downgraded gorm.io/gorm from v1.25.10 to v1.24.6.
Related Issue
Motivation and Context
Fixed #3581 #3624 #3625
Screenshots (if appropriate)
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Documentation Update (if none of the other choices apply)
Checklist
[ ] My change requires a change to the documentation.
Description
This pull request includes updates to the dependencies in the
go.mod
file, specifically downgrading some of the versions for MySQL and GORM-related packages.Dependency version changes:
go.mod
: Downgradedgithub.com/go-sql-driver/mysql
from v1.7.1 to v1.7.0.go.mod
: Downgradedgorm.io/driver/mysql
from v1.5.4 to v1.4.7.go.mod
: Downgradedgorm.io/driver/postgres
from v1.5.7 to v1.4.8.go.mod
: Downgradedgorm.io/gorm
from v1.25.10 to v1.24.6.Related Issue
Motivation and Context
Fixed #3581 #3624 #3625
Screenshots (if appropriate)
Types of changes
Checklist