summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--go.sum4
-rw-r--r--vendor/modernc.org/sqlite/HACKING.md6
-rw-r--r--vendor/modernc.org/sqlite/builder.json6
-rw-r--r--vendor/modules.txt2
5 files changed, 16 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index bf556309a..15c5af238 100644
--- a/go.mod
+++ b/go.mod
@@ -76,7 +76,7 @@ require (
golang.org/x/text v0.14.0
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
- modernc.org/sqlite v1.29.4
+ modernc.org/sqlite v1.29.5
mvdan.cc/xurls/v2 v2.5.0
)
diff --git a/go.sum b/go.sum
index fd39dde0e..2310ea9b9 100644
--- a/go.sum
+++ b/go.sum
@@ -1141,8 +1141,8 @@ modernc.org/mathutil v1.6.0 h1:fRe9+AmYlaej+64JsEEhoWuAYBkOtQiMEU7n/XgfYi4=
modernc.org/mathutil v1.6.0/go.mod h1:Ui5Q9q1TR2gFm0AQRqQUaBWFLAhQpCwNcuhBOSedWPo=
modernc.org/memory v1.7.2 h1:Klh90S215mmH8c9gO98QxQFsY+W451E8AnzjoE2ee1E=
modernc.org/memory v1.7.2/go.mod h1:NO4NVCQy0N7ln+T9ngWqOQfi7ley4vpwvARR+Hjw95E=
-modernc.org/sqlite v1.29.4 h1:mbvQTJ3Tl5Vz+wLA6z8hdBFSeNQ0XXQ+KVwn8NkUliw=
-modernc.org/sqlite v1.29.4/go.mod h1:MjUIBKZ+tU/lqjNLbVAAMjsQPdWdA/ciwdhsT9kBwk8=
+modernc.org/sqlite v1.29.5 h1:8l/SQKAjDtZFo9lkJLdk8g9JEOeYRG4/ghStDCCTiTE=
+modernc.org/sqlite v1.29.5/go.mod h1:S02dvcmm7TnTRvGhv8IGYyLnIt7AS2KPaB1F/71p75U=
modernc.org/strutil v1.2.0 h1:agBi9dp1I+eOnxXeiZawM8F4LawKv4NzGWSaLfyeNZA=
modernc.org/strutil v1.2.0/go.mod h1:/mdcBmfOibveCTBxUl5B5l6W+TTH1FXPLHZE6bTosX0=
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=
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