updated modernc.org/sqlite

This commit is contained in:
Gani Georgiev
2025-03-05 16:54:40 +02:00
parent 501c49012e
commit dd5afd44d2
4 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import (
)
const (
expectedDriverVersion = "v1.35.0"
expectedDriverVersion = "v1.36.0"
expectedLibcVersion = "v1.61.13"
// ModerncDepsCheckHookId is the id of the hook that performs the modernc.org/* deps checks.