updated modernc.org/sqlite to v1.41.0

This commit is contained in:
Gani Georgiev
2025-12-19 17:11:21 +02:00
parent d08da7594a
commit f0a9cbf31b
4 changed files with 6 additions and 6 deletions

View File

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