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

This commit is contained in:
2025-08-19 00:03:02 +00:00
parent a39b30ba61
commit 4b0fc7a95a
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 (