diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 8021d510e85..02389114d3b 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "paths": { "*": [ - "../../../../../../tmp/hugo_cache_runner/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.3.0/assets/*" + "../../../../../../tmp/hugo_cache_runner/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.3.1/assets/*" ] } } diff --git a/go.mod b/go.mod index b144f76358e..91a8c491860 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/hugo-toha/hugo-toha.github.io go 1.19 -require github.com/hugo-toha/toha/v4 v4.3.0 // indirect +require github.com/hugo-toha/toha/v4 v4.3.1 // indirect // replace( // github.com/hugo-toha/toha/v4 => ../toha diff --git a/go.sum b/go.sum index b5010ad31a5..6edc21d83a0 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/hugo-toha/toha/v4 v4.3.0 h1:sJJjCy8GQr2nP+G3z5bbVpEbwxFd/8uUYUuatyf2E3I= -github.com/hugo-toha/toha/v4 v4.3.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= +github.com/hugo-toha/toha/v4 v4.3.1 h1:tva4Qqtz+iP9TeGEJnBGNHUFdDFjNx+Gt1OvqblCX/I= +github.com/hugo-toha/toha/v4 v4.3.1/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=