Update dependencies (#1929)

This commit is contained in:
Wim
2022-11-27 00:42:16 +01:00
committed by GitHub
parent 6da9d567dc
commit 4fd0a76727
1126 changed files with 1057766 additions and 1385139 deletions

25
vendor/modernc.org/sqlite/doc.go generated vendored
View File

@@ -19,16 +19,17 @@
//
// OS Arch SQLite version
// ------------------------------
// darwin amd64 3.39.2
// darwin arm64 3.39.2
// freebsd amd64 3.39.2
// linux 386 3.39.2
// linux amd64 3.39.2
// linux arm 3.39.2
// linux arm64 3.39.2
// linux riscv64 3.39.2
// windows amd64 3.39.2
// windows arm64 3.39.2
// darwin amd64 3.39.4
// darwin arm64 3.39.4
// freebsd amd64 3.39.4
// freebsd arm64 3.39.4
// linux 386 3.39.4
// linux amd64 3.39.4
// linux arm 3.39.4
// linux arm64 3.39.4
// linux riscv64 3.39.4
// windows amd64 3.39.4
// windows arm64 3.39.4
//
// Builders
//
@@ -38,6 +39,10 @@
//
// Changelog
//
// 2022-09-16 v1.19.0:
//
// Support frebsd/arm64.
//
// 2022-07-26 v1.18.0:
//
// Adds support for Go fs.FS based SQLite virtual filesystems, see function New