Bump gorm and its postgres driver to the latest versions (#1215)

Co-authored-by: Konstantin Koval
This commit is contained in:
Kostiantyn
2025-06-02 11:51:02 +03:00
committed by GitHub
parent 01cd0a9ce4
commit c390f83355
2 changed files with 6 additions and 6 deletions

View File

@@ -25,9 +25,9 @@ require (
golang.org/x/text v0.25.0
gopkg.in/vansante/go-ffprobe.v2 v2.2.1
gorm.io/driver/mysql v1.5.7
gorm.io/driver/postgres v1.5.11
gorm.io/driver/postgres v1.6.0
gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.26.1
gorm.io/gorm v1.30.0
)
require (