Bump gorm.io/gorm from 1.26.1 to 1.30.0

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.26.1 to 1.30.0.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/compare/v1.26.1...v1.30.0)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-26 06:15:56 +00:00 committed by GitHub
parent 18ef27bb91
commit 914f7fbd49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 795 additions and 63 deletions

2
go.mod
View file

@ -37,7 +37,7 @@ require (
gorm.io/datatypes v1.2.5
gorm.io/driver/mysql v1.5.7
gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.26.1
gorm.io/gorm v1.30.0
)
require (