chore: bump modernc.org/sqlite from 1.29.6 to 1.29.8 (#97)

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

---
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-04-22 21:12:10 +08:00
committed by GitHub
parent 7eeef74f4c
commit 832b3945d9
2 changed files with 5 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.33.0
modernc.org/sqlite v1.29.6
modernc.org/sqlite v1.29.8
)