From 5d9e30e3f042045807977339e9c45fb3065ad501 Mon Sep 17 00:00:00 2001 From: Pezhman Zandi <56797886+begininvoke@users.noreply.github.com> Date: Thu, 3 Sep 2026 04:36:52 +0330 Subject: [PATCH] =?UTF-8?q?fix(security):=20fix(deps):=20golang.org/x/text?= =?UTF-8?q?=20v0.38.0=20=E2=86=92=200.39.0=20(CVE-2026-56852)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 72f075f8..6c9fcd3d 100644 --- a/go.mod +++ b/go.mod @@ -32,9 +32,9 @@ require ( go.yaml.in/yaml/v3 v3.0.5 // indirect golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect golang.org/x/sys v0.42.0 // indirect - golang.org/x/text v0.38.0 // indirect + golang.org/x/text v0.39.0 // indirect modernc.org/libc v1.65.7 // indirect modernc.org/mathutil v1.7.1 // indirect modernc.org/memory v1.11.0 // indirect modernc.org/sqlite v1.37.1 // indirect -) +) \ No newline at end of file