diff options
author | 2024-03-21 11:14:24 +0000 | |
---|---|---|
committer | 2024-03-21 11:14:24 +0000 | |
commit | 967558947a6712a01d14fa18005dc3abffa9818d (patch) | |
tree | 5296b96284cabcb97825de4277a9116bb5bbf7a9 /vendor | |
parent | [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.18 to 2.20.19 (#2767) (diff) | |
download | gotosocial-967558947a6712a01d14fa18005dc3abffa9818d.tar.xz |
[chore]: Bump modernc.org/sqlite from 1.29.4 to 1.29.5 (#2768)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.29.4 to 1.29.5.
- [Commits](https://gitlab.com/cznic/sqlite/commits/v1.29.5)
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/modernc.org/sqlite/HACKING.md | 6 | ||||
-rw-r--r-- | vendor/modernc.org/sqlite/builder.json | 6 | ||||
-rw-r--r-- | vendor/modules.txt | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/vendor/modernc.org/sqlite/HACKING.md b/vendor/modernc.org/sqlite/HACKING.md new file mode 100644 index 000000000..fd92c811c --- /dev/null +++ b/vendor/modernc.org/sqlite/HACKING.md @@ -0,0 +1,6 @@ +Please do not tag commits unless all builders at +https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite are +happy. + +Since 2024-03-12 it should be no more necessary to manually tag releases at +all as the repo is now set to be tagged automatically. diff --git a/vendor/modernc.org/sqlite/builder.json b/vendor/modernc.org/sqlite/builder.json new file mode 100644 index 000000000..4b42126d9 --- /dev/null +++ b/vendor/modernc.org/sqlite/builder.json @@ -0,0 +1,6 @@ +{ + "autogen": "<none>", + "autotag": "darwin/(amd64|arm64)|freebsd/(amd64|arm64)|linux/(386|amd64|arm|arm64|ppc64le|riscv64|s390x)|windows/(amd64|arm64)", + "autoupdate": "darwin/(amd64|arm64)|freebsd/(amd64|arm64)|linux/(386|amd64|arm|arm64|ppc64le|riscv64|s390x)|windows/(amd64|arm64)", + "test": "darwin/(amd64|arm64)|freebsd/(amd64|arm64)|linux/(386|amd64|arm|arm64|ppc64le|riscv64|s390x)|windows/(amd64|arm64)" +} diff --git a/vendor/modules.txt b/vendor/modules.txt index 5d24c2dad..14c2497f5 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1285,7 +1285,7 @@ modernc.org/mathutil # modernc.org/memory v1.7.2 ## explicit; go 1.18 modernc.org/memory -# modernc.org/sqlite v1.29.4 +# modernc.org/sqlite v1.29.5 ## explicit; go 1.20 modernc.org/sqlite modernc.org/sqlite/lib |