chore(deps): bump gorm.io/gorm in the patch group across 1 directory

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-version: 1.31.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-13 13:52:39 +00:00
committed by GitHub
parent 712a5ea766
commit 1e49fda4a4
2 changed files with 7 additions and 3 deletions

2
go.mod
View File

@@ -31,7 +31,7 @@ require (
gorm.io/driver/mysql v1.6.0
gorm.io/driver/postgres v1.6.0
gorm.io/driver/sqlserver v1.6.3
gorm.io/gorm v1.31.1
gorm.io/gorm v1.31.2
pgregory.net/rapid v1.3.0
)