We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8855f commit 0263835Copy full SHA for 0263835
go.mod
@@ -4,6 +4,4 @@ go 1.24
4
5
toolchain go1.24.1
6
7
-require (
8
- github.com/frjo/hugo-theme-zen/v5 v5.0.0-20250326141554-c97d2ac1e57b // indirect
9
-)
+require github.com/frjo/hugo-theme-zen/v5 v5.1.0 // indirect
go.sum
@@ -1,2 +1,2 @@
1
-github.com/frjo/hugo-theme-zen/v5 v5.0.0-20250326141554-c97d2ac1e57b h1:b7+vTGUJBZIa+v0ArJ6WJXPAPaWX/sHsiXa/UyrRYV8=
2
-github.com/frjo/hugo-theme-zen/v5 v5.0.0-20250326141554-c97d2ac1e57b/go.mod h1:6KlhteJ4KDm55kIMJvC2d2yVQphhGhLb/5RCTPrOrfg=
+github.com/frjo/hugo-theme-zen/v5 v5.1.0 h1:T1XMJIV8R9tYKF6gDkCw2MUdCkW2xc0TSHMc/o4kVnU=
+github.com/frjo/hugo-theme-zen/v5 v5.1.0/go.mod h1:6KlhteJ4KDm55kIMJvC2d2yVQphhGhLb/5RCTPrOrfg=
0 commit comments