bumped modernc.org/sqlite to 1.48.2

This commit is contained in:
Gani Georgiev
2026-04-09 17:34:00 +03:00
parent 6ae3d47eeb
commit 58f605e90c
5 changed files with 29 additions and 28 deletions

View File

@@ -10,7 +10,7 @@ import (
)
const (
expectedDriverVersion = "v1.48.0"
expectedDriverVersion = "v1.48.2"
expectedLibcVersion = "v1.70.0"
// ModerncDepsCheckHookId is the id of the hook that performs the modernc.org/* deps checks.