From 73b4c392a2beadca82a5d28b9eee2f4c42f01a60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 13:51:15 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20dependency=20go=20(1.26?= =?UTF-8?q?.0=20=E2=86=92=201.26.1)=20(#189)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dbef533..c07ce03 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ivuorinen/gibidify go 1.25 -toolchain go1.26.0 +toolchain go1.26.1 require ( github.com/fatih/color v1.18.0