Skip to content

Commit

Permalink
Bump gorm.io/driver/mysql from 1.2.3 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.2.3 to 1.5.1.
- [Commits](go-gorm/mysql@v1.2.3...v1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 16, 2023
1 parent fc24fdb commit 33cc3a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 155 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ require (
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
gorm.io/gorm v1.22.5
gorm.io/gorm v1.25.1
)

require (
github.com/jinzhu/now v1.1.4 // indirect
gorm.io/driver/mysql v1.2.3
github.com/jinzhu/now v1.1.5 // indirect
gorm.io/driver/mysql v1.5.1
)

require (
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/prometheus/client_golang v1.12.1
gopkg.in/guregu/null.v4 v4.0.0
gorm.io/plugin/prometheus v0.0.0-20210820101226-2a49866f83ee
Expand Down
Loading

0 comments on commit 33cc3a0

Please sign in to comment.