chore: bump modernc.org/sqlite from 1.30.1 to 1.30.2 (#249)

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.30.1 to 1.30.2.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.30.1...v1.30.2)

---
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-07-15 22:19:26 +08:00
committed by GitHub
parent 9db11c110e
commit d6f9dd8145
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-20240528184218-531527333157
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
modernc.org/sqlite v1.30.1
modernc.org/sqlite v1.30.2
)