Bump gorm.io/driver/mysql from 1.5.2 to 1.5.6 (#232)

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.5.2 to 1.5.6.
- [Commits](https://github.com/go-gorm/mysql/compare/v1.5.2...v1.5.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-03-29 16:02:14 +01:00
committed by GitHub
parent 2f7819ca9b
commit a3f5ec1311
2 changed files with 3 additions and 4 deletions

2
go.mod
View File

@@ -24,7 +24,7 @@ require (
golang.org/x/sys v0.18.0
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.5.2
gorm.io/driver/mysql v1.5.6
gorm.io/driver/postgres v1.5.4
gorm.io/driver/sqlserver v1.5.3
gorm.io/gorm v1.25.8