Skip to content

Commit b85dbb1

Browse files
author
marci
committed
Füge go.mod und go.sum für Hugo Toha hinzu
1 parent cbed389 commit b85dbb1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/securebitsorg/securebitsorg.github.io
2+
3+
go 1.24.4
4+
5+
require github.com/hugo-toha/toha/v4 v4.9.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/hugo-toha/toha/v4 v4.9.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA=
2+
github.com/hugo-toha/toha/v4 v4.9.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=

0 commit comments

Comments
 (0)