Skip to content

Commit

Permalink
chore(deps): bump gorm.io/driver/postgres from 1.5.8 to 1.5.11 (#1116)
Browse files Browse the repository at this point in the history
Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.8 to 1.5.11.
- [Commits](go-gorm/postgres@v1.5.8...v1.5.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 527b940 commit ad14a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/xlzd/gotp v0.1.0
golang.org/x/term v0.26.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/postgres v1.5.8
gorm.io/driver/postgres v1.5.11
gorm.io/gorm v1.25.12
gotest.tools/v3 v3.5.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gorm.io/driver/mysql v1.5.1 h1:WUEH5VF9obL/lTtzjmML/5e6VfFR/788coz2uaVCAZw=
gorm.io/driver/mysql v1.5.1/go.mod h1:Jo3Xu7mMhCyj8dlrb3WoCaRd1FhsVh+yMXb1jUInf5o=
gorm.io/driver/postgres v1.5.8 h1:RzXgvWnzagHjzP5JD4kiWOEZgHtFl5TSem9EuUra4p8=
gorm.io/driver/postgres v1.5.8/go.mod h1:sxF2SpBI1/VIwVNML0fS1F+vex+MEdKmWWeYzeWsfM0=
gorm.io/driver/postgres v1.5.11 h1:ubBVAfbKEUld/twyKZ0IYn9rSQh448EdelLYk9Mv314=
gorm.io/driver/postgres v1.5.11/go.mod h1:DX3GReXH+3FPWGrrgffdvCk3DQ1dwDPdmbenSkweRGI=
gorm.io/driver/sqlite v1.5.2 h1:TpQ+/dqCY4uCigCFyrfnrJnrW9zjpelWVoEVNy5qJkc=
gorm.io/driver/sqlite v1.5.2/go.mod h1:qxAuCol+2r6PannQDpOP1FP6ag3mKi4esLnB/jHed+4=
gorm.io/driver/sqlserver v1.5.2 h1:+o4RQ8w1ohPbADhFqDxeeZnSWjwOcBnxBckjTbcP4wk=
Expand Down

0 comments on commit ad14a31

Please sign in to comment.