From f9296daa8533f81f8f16898e358dfbc26c478255 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:45:30 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 96dfb49..f8f0908 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/danroc/htp go 1.24.0 -toolchain go1.25.5 +toolchain go1.26.0 require ( github.com/spf13/cobra v1.10.2