diff --git a/assets/jsconfig.json b/assets/jsconfig.json index e9ed295..5c67ffa 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -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/*" ] } } diff --git a/go.mod b/go.mod index f51d05a..7bfe52b 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index b04a5f5..852df5d 100644 --- a/go.sum +++ b/go.sum @@ -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=