updated modernc.org/sqlite to 1.46.1

This commit is contained in:
Gani Georgiev
2026-02-18 19:24:38 +02:00
parent 19ad2f3b04
commit 7f21e31145
4 changed files with 6 additions and 4 deletions

View File

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