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 )