updated modernc.org/sqlite to 1.46.2 (SQLite 3.51.3)

This commit is contained in:
Gani Georgiev
2026-03-16 18:45:54 +02:00
parent cea149cb6e
commit ba7ed78b73
6 changed files with 48 additions and 51 deletions

View File

@@ -10,8 +10,8 @@ import (
)
const (
expectedDriverVersion = "v1.46.1"
expectedLibcVersion = "v1.67.6"
expectedDriverVersion = "v1.46.2"
expectedLibcVersion = "v1.70.0"
// 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.