updated modernc.org/sqlite to v1.49.1

This commit is contained in:
Gani Georgiev
2026-04-18 17:39:10 +03:00
parent b02d9b3662
commit d4987a153e
4 changed files with 23 additions and 21 deletions

View File

@@ -10,8 +10,8 @@ import (
)
const (
expectedDriverVersion = "v1.48.2"
expectedLibcVersion = "v1.70.0"
expectedDriverVersion = "v1.49.1"
expectedLibcVersion = "v1.72.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.