updated modernc.org/sqlite to 1.51.0

This commit is contained in:
Gani Georgiev
2026-05-28 18:18:00 +03:00
parent a2d4f12071
commit a9f259a1c7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
const (
expectedDriverVersion = "v1.50.1"
expectedDriverVersion = "v1.51.0"
expectedLibcVersion = "v1.72.3"
// ModerncDepsCheckHookId is the id of the hook that performs the modernc.org/* deps checks.