Update module gorm.io/driver/sqlite to v1.5.5

This commit is contained in:
renovate[bot] 2024-02-06 04:23:36 +00:00
commit 76b52a5596
2 changed files with 6 additions and 2 deletions

4
go.mod
View file

@ -6,8 +6,8 @@ require (
github.com/go-chi/chi/v5 v5.0.11
github.com/stretchr/testify v1.8.4
github.com/tdewolff/minify/v2 v2.20.16
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.6
gorm.io/driver/sqlite v1.5.5
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
)
require (