diff options
author | Wim <wim@42.be> | 2022-04-01 00:23:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 00:23:19 +0200 |
commit | c6716e030c02f316b887c1d3ee4b443aa3ab6afd (patch) | |
tree | 470461fe2d29662e7a69834ed21fce30beed65ab /vendor/modernc.org/sqlite/doc.go | |
parent | 4ab72acec656dafd304f88359b509b1f27c06604 (diff) | |
download | matterbridge-msglm-c6716e030c02f316b887c1d3ee4b443aa3ab6afd.tar.gz matterbridge-msglm-c6716e030c02f316b887c1d3ee4b443aa3ab6afd.tar.bz2 matterbridge-msglm-c6716e030c02f316b887c1d3ee4b443aa3ab6afd.zip |
Update dependencies (#1784)
Diffstat (limited to 'vendor/modernc.org/sqlite/doc.go')
-rw-r--r-- | vendor/modernc.org/sqlite/doc.go | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go index f9e07b48..0f585a60 100644 --- a/vendor/modernc.org/sqlite/doc.go +++ b/vendor/modernc.org/sqlite/doc.go @@ -8,21 +8,26 @@ // SQLite is an in-process implementation of a self-contained, serverless, // zero-configuration, transactional SQL database engine. // +// Thanks +// +// This project is sponsored by Schleibinger Geräte Teubert u. Greim GmbH by +// allowing one of the maintainers to work on it also in office hours. +// // Supported platforms and architectures // // These combinations of GOOS and GOARCH are currently supported // // OS Arch SQLite version // ------------------------------ -// darwin amd64 3.38.1 -// darwin arm64 3.38.1 -// freebsd amd64 3.38.1 -// linux 386 3.38.1 -// linux amd64 3.38.1 -// linux arm 3.38.1 -// linux arm64 3.38.1 -// linux riscv64 3.38.1 -// windows amd64 3.38.1 +// darwin amd64 3.38.2 +// darwin arm64 3.38.2 +// freebsd amd64 3.38.2 +// linux 386 3.38.2 +// linux amd64 3.38.2 +// linux arm 3.38.2 +// linux arm64 3.38.2 +// linux riscv64 3.38.2 +// windows amd64 3.38.2 // // Builders // |