diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-12 12:22:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-12 12:22:09 +0300 |
| commit | 51a7c56cae3a4f39b6222f652324add4c9cfe0b3 (patch) | |
| tree | 9eef7b3bf11320f8f6d2977feb9a5bae2be787ca /go.mod | |
| parent | c812168d6eb8d4f31b31a613a68380bda6f803a8 (diff) | |
Bump gorm.io/gorm from 1.25.2 to 1.25.3 (#889)
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.2 to 1.25.3.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/compare/v1.25.2...v1.25.3)
---
updated-dependencies:
- dependency-name: gorm.io/gorm
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>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( golang.org/x/text v0.12.0 google.golang.org/grpc v1.57.0 gorm.io/driver/sqlite v1.5.2 - gorm.io/gorm v1.25.2 + gorm.io/gorm v1.25.3 ) require ( |
