diff options
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 |