chore(deps): Update sqlite dependencies

This commit is contained in:
TwiN
2022-12-01 20:19:56 -05:00
parent 080563bd4f
commit cdec353744
564 changed files with 583632 additions and 1166555 deletions

1
vendor/modernc.org/libc/mem_brk.go generated vendored
View File

@ -20,7 +20,6 @@ import (
)
const (
heapSize = 20 << 30 // Adjust for your debugging session requirements and system RAM size.
heapAlign = 16
memgrind = false
)