diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-13 16:21:34 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 16:21:34 +0300 |
| commit | 1bacf26c0ae5370461b0e6f31392ff2161734949 (patch) | |
| tree | ebb4b856b2e78ba09bd708d7c1ad12976b26de21 /go.mod | |
| parent | c9a6e2be867d4837f1de1822532e5bb620fb63aa (diff) | |
Bump gorm.io/driver/sqlite from 1.5.3 to 1.5.4 (#1116)
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.5.3 to 1.5.4.
- [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.3...v1.5.4)
---
updated-dependencies:
- dependency-name: gorm.io/driver/sqlite
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
@@ -19,7 +19,7 @@ require ( go.uber.org/atomic v1.11.0 golang.org/x/text v0.13.0 google.golang.org/grpc v1.58.2 - gorm.io/driver/sqlite v1.5.3 + gorm.io/driver/sqlite v1.5.4 gorm.io/gorm v1.25.4 ) |
