From 063dbaebafce133ec200c745e4e1459ed9d972ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:50:36 +0600 Subject: [PATCH] Update theme #275 Co-authored-by: kodiakhq --- assets/jsconfig.json | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 7c2fb1d8fd1..ec6b8187e9c 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.0.1-0.20231229170427-d3968ca711ef/assets/*" + "../../../../../../tmp/hugo_cache_runner/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.1.0/assets/*" ] } } diff --git a/go.mod b/go.mod index 7b4528b72fc..127de0f0fbc 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.0.1-0.20231229170427-d3968ca711ef // indirect +require github.com/hugo-toha/toha/v4 v4.1.0 // indirect // replace( // github.com/hugo-toha/toha/v4 => ../toha diff --git a/go.sum b/go.sum index 2c8827f7ed3..0eac5960c6d 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/hugo-toha/toha/v4 v4.0.1-0.20231229170427-d3968ca711ef h1:CCcj0dQWqG0n0t5fhyD5+JYHMsCEdC7qtgHcYw6ABj0= -github.com/hugo-toha/toha/v4 v4.0.1-0.20231229170427-d3968ca711ef/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= +github.com/hugo-toha/toha/v4 v4.1.0 h1:bqaL5BgFNtGIPst0IRACH/Yj5CG3+QFLNOAdciZL640= +github.com/hugo-toha/toha/v4 v4.1.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=