Bump gorm.io/driver/sqlite from 1.5.2 to 1.5.3 (#919)

Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.5.2 to 1.5.3.
- [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.2...v1.5.3)

---
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>
This commit is contained in:
dependabot[bot]
2023-08-17 15:21:15 +03:30
committed by GitHub
parent ae7283fc73
commit dd177b19f7
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -17,7 +17,7 @@ require (
go.uber.org/atomic v1.11.0
golang.org/x/text v0.12.0
google.golang.org/grpc v1.57.0
gorm.io/driver/sqlite v1.5.2
gorm.io/driver/sqlite v1.5.3
gorm.io/gorm v1.25.3
)