updated modernc.org/sqlite

This commit is contained in:
Gani Georgiev
2025-10-15 20:27:35 +03:00
parent acd12ce9dd
commit 0d8b426b0c
3 changed files with 32 additions and 32 deletions

View File

@@ -10,8 +10,8 @@ import (
)
const (
expectedDriverVersion = "v1.39.0"
expectedLibcVersion = "v1.66.3"
expectedDriverVersion = "v1.39.1"
expectedLibcVersion = "v1.66.10"
// ModerncDepsCheckHookId is the id of the hook that performs the modernc.org/* deps checks.
// It could be used for removing/unbinding the hook if you don't want the checks.