diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-09 13:33:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-09 13:33:09 +0300 |
| commit | ca10623e40fc5528cc7e674f7552e1e1c38678b7 (patch) | |
| tree | 7926de76658c2c312017dfcc1cdc9d472cb14fd6 /go.mod | |
| parent | 547e38079f50a38c7c4eb3c14b86b69f09089f43 (diff) | |
Bump gorm.io/driver/sqlite from 1.5.1 to 1.5.2 (#579)
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.5.1 to 1.5.2.
- [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.1...v1.5.2)
---
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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ require ( go.uber.org/atomic v1.11.0 golang.org/x/text v0.9.0 google.golang.org/grpc v1.55.0 - gorm.io/driver/sqlite v1.5.1 - gorm.io/gorm v1.25.1 + gorm.io/driver/sqlite v1.5.2 + gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 ) require ( |
