chore: bump modernc.org/sqlite from 1.29.9 to 1.29.10 (#135)

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

---
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-20 18:22:42 +08:00
committed by GitHub
parent 344fcab972
commit 0e2940b58b
2 changed files with 3 additions and 3 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.1
modernc.org/sqlite v1.29.9
modernc.org/sqlite v1.29.10
)