From c547a53c87a11b38b83bd9109993b7590cece67f Mon Sep 17 00:00:00 2001 From: Marcel Dellmann <57219130+securebitsorg@users.noreply.github.com> Date: Wed, 22 Oct 2025 05:41:17 +0200 Subject: [PATCH] Update go.mod --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 1ba37017..be82ae3f 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/securebitsorg/securebitsorg.github.io -go 1.25.1 +go 1.25.3 require ( - github.com/hugo-toha/toha/v4 v4.9.0 // indirect + github.com/hugo-toha/toha/v4 v4.10.0 // indirect )