Update dependencies (#1951)

This commit is contained in:
Wim
2023-01-28 22:57:53 +01:00
committed by GitHub
parent eac2a8c8dc
commit 880586bac4
325 changed files with 151452 additions and 141118 deletions

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

@@ -19,26 +19,31 @@
//
// OS Arch SQLite version
// ------------------------------
// 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
// darwin amd64 3.40.1
// darwin arm64 3.40.1
// freebsd amd64 3.40.1
// freebsd arm64 3.40.1
// linux 386 3.40.1
// linux amd64 3.40.1
// linux arm 3.40.1
// linux arm64 3.40.1
// linux ppc64le 3.40.1
// linux riscv64 3.40.1
// windows amd64 3.40.1
// windows arm64 3.40.1
//
// Builders
//
// Builder results available at
//
// https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite
// https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite
//
// Changelog
//
// 2022-11-28 v1.20.0
//
// Support linux/ppc64le.
//
// 2022-09-16 v1.19.0:
//
// Support frebsd/arm64.