updated modernc.org/sqlite to 1.44.2

This commit is contained in:
Gani Georgiev
2026-01-18 18:57:18 +02:00
parent 8e3f0f2e32
commit 9b036fb10f
4 changed files with 6 additions and 4 deletions

View File

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