Bump modernc.org/sqlite from 1.47.0 to 1.48.0

Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.47.0 to 1.48.0.
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.47.0...v1.48.0)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-version: 1.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-31 17:26:14 +00:00
committed by GitHub
parent f57f9d8ce5
commit 5fe6a35b5b
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -25,7 +25,7 @@ require (
go.opentelemetry.io/otel/sdk v1.42.0
go.opentelemetry.io/otel/trace v1.42.0
modernc.org/quickjs v0.17.1
modernc.org/sqlite v1.47.0
modernc.org/sqlite v1.48.0
sigs.k8s.io/yaml v1.6.0
)