Update theme
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 21s

This commit is contained in:
Marko Korhonen 2024-04-04 19:16:40 +03:00
parent a3d507d98b
commit 159662def6
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.1.1/assets/*"
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.4.0/assets/*"
]
}
}

2
go.mod
View file

@ -2,4 +2,4 @@ module git.korhonen.cc/FunctionalHacker/korhonen.cc
go 1.21.6
require github.com/hugo-toha/toha/v4 v4.1.1 // indirect
require github.com/hugo-toha/toha/v4 v4.4.0 // indirect

2
go.sum
View file

@ -1,2 +1,4 @@
github.com/hugo-toha/toha/v4 v4.1.1 h1:KbCWZRkHewaO6hsKxnlkyO9RjmBwIUbVh7KY+VfiNaU=
github.com/hugo-toha/toha/v4 v4.1.1/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
github.com/hugo-toha/toha/v4 v4.4.0 h1:RdRpjfsPgE+VXb/m3Rl+1n86pVZTrplsDvtXYK3wNh0=
github.com/hugo-toha/toha/v4 v4.4.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=