updated modernc.org/sqlite

This commit is contained in:
Gani Georgiev
2026-05-14 09:26:13 +03:00
parent 820b9afe98
commit fbf4f3e5fb
4 changed files with 38 additions and 36 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import (
)
const (
expectedDriverVersion = "v1.50.0"
expectedLibcVersion = "v1.72.0"
expectedDriverVersion = "v1.50.1"
expectedLibcVersion = "v1.72.3"
// 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.