chore: bump modernc.org/sqlite from 1.29.8 to 1.29.9 (#105)

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.29.8 to 1.29.9.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.8...v1.29.9)

---
updated-dependencies:
- dependency-name: modernc.org/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]
2024-05-06 21:40:18 +08:00
committed by GitHub
parent efb7910f3a
commit 76031a9126
2 changed files with 3 additions and 5 deletions

2
go.mod
View File

@@ -79,5 +79,5 @@ require (
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.34.0
modernc.org/sqlite v1.29.8
modernc.org/sqlite v1.29.9
)