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

This commit is contained in:
2025-09-13 00:03:20 +00:00
parent ab472dd8fc
commit cc29c6179f
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.10.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 (