From b0949813a6f78421f1567d49b71a3f82d1fe38fe Mon Sep 17 00:00:00 2001 From: "lrstanley-x[bot]" <153159847+lrstanley-x[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:27:15 +0000 Subject: [PATCH] =?UTF-8?q?feat(go):=20update=20modernc.org/sqlite=20(v1.4?= =?UTF-8?q?4.3=20=E2=86=92=20v1.45.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lrstanley-x[bot] <153159847+lrstanley-x[bot]@users.noreply.github.com> --- _examples/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/go.mod b/_examples/go.mod index ebbf8a2..7762085 100644 --- a/_examples/go.mod +++ b/_examples/go.mod @@ -14,7 +14,7 @@ require ( github.com/lrstanley/entrest v1.0.2 github.com/ogen-go/ogen v1.18.0 github.com/stretchr/testify v1.11.1 - modernc.org/sqlite v1.44.3 + modernc.org/sqlite v1.45.0 ) require (