updated modernc.org/sqlite to v1.44.3

This commit is contained in:
Gani Georgiev
2026-01-23 00:41:53 +02:00
parent 17086722f4
commit 55e24344ff
4 changed files with 11 additions and 4 deletions

View File

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