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

4
vendor/modernc.org/libc/scanf.go generated vendored
View File

@ -16,12 +16,12 @@ import (
// were unavailable, or matching failure, meaning that the input was
// inappropriate.
func scanf(r *strings.Reader, format, args uintptr) (nvalues int32) {
var src []byte //TODO-
// var src []byte //TODO-
var ok bool
out:
for {
c := *(*byte)(unsafe.Pointer(format))
src = append(src, c) //TODO-
// src = append(src, c) //TODO-
switch c {
case '%':
var n int