updated modernc.org/sqlite to 1.43.0

This commit is contained in:
Gani Georgiev
2026-01-10 10:57:33 +02:00
parent 352ee72740
commit 3da2c00f32
4 changed files with 12 additions and 12 deletions

View File

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