updated modernc.org/sqlite to 1.54.0

This commit is contained in:
Gani Georgiev
2026-07-16 18:15:23 +03:00
parent 4ea2513b62
commit a51a53db97
4 changed files with 45 additions and 41 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import (
)
const (
expectedDriverVersion = "v1.52.0"
expectedLibcVersion = "v1.72.3"
expectedDriverVersion = "v1.54.0"
expectedLibcVersion = "v1.74.1"
// 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.