From 771721abb452d8a8b57ed5e21904b2d005e091ca Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Tue, 2 Jun 2026 18:43:11 -0400 Subject: [PATCH] =?UTF-8?q?fix(security):=20bump=20Go=201.26.3=20=E2=86=92?= =?UTF-8?q?=201.26.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes GO-2026-5039 (net/textproto) and GO-2026-5037 (crypto/x509). --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9b9e1fc..96104a2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gitea.lerkolabs.com/lerkolabs/uptop -go 1.26.3 +go 1.26.4 require ( github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7