diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-11 15:11:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 15:11:56 +0300 |
| commit | 6a4302e45d95f66a53fd5726e072bea0cace1a87 (patch) | |
| tree | 880428437863d44e13f6d507b6792ea056a97d1b /go.mod | |
| parent | 7412bf17a927df4715b65962de5f683dade83395 (diff) | |
Bump gorm.io/driver/sqlite from 1.4.4 to 1.5.0
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.4.4 to 1.5.0.
- [Release notes](https://github.com/go-gorm/sqlite/releases)
- [Commits](https://github.com/go-gorm/sqlite/compare/v1.4.4...v1.5.0)
---
updated-dependencies:
- dependency-name: gorm.io/driver/sqlite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@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 ( go.uber.org/atomic v1.10.0 golang.org/x/text v0.9.0 google.golang.org/grpc v1.54.0 - gorm.io/driver/sqlite v1.4.4 + gorm.io/driver/sqlite v1.5.0 gorm.io/gorm v1.25.0 ) |
