fix(deps): update module gorm.io/driver/sqlite to v1.6.0

This commit is contained in:
2025-08-20 00:03:09 +00:00
parent 14237fbf29
commit adbb392f6f
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -6,8 +6,8 @@ require (
github.com/gin-gonic/gin v1.10.0
github.com/spf13/cobra v1.9.1
github.com/u2takey/ffmpeg-go v0.5.0
gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.26.0
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.30.0
)
require (