updated modernc.org deps

This commit is contained in:
Gani Georgiev
2026-01-16 06:26:46 +02:00
parent d11a9f9d99
commit f2eb295fa2
4 changed files with 9 additions and 9 deletions

View File

@@ -10,8 +10,8 @@ import (
)
const (
expectedDriverVersion = "v1.44.0"
expectedLibcVersion = "v1.67.4"
expectedDriverVersion = "v1.44.1"
expectedLibcVersion = "v1.67.6"
// 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.