Skip to content

Commit 8d3947a

Browse files
kodiakhq[bot]github-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent dd13c36 commit 8d3947a

File tree

5 files changed

+92
-769
lines changed

5 files changed

+92
-769
lines changed

assets/jsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"baseUrl": ".",
44
"paths": {
55
"*": [
6-
"../../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.6.0/assets/*"
6+
"../../../../../../tmp/hugo_cache_runner/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.7.0/assets/*"
77
]
88
}
99
}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/hugo-toha/hugo-toha.github.io
22

33
go 1.21
44

5-
require github.com/hugo-toha/toha/v4 v4.6.0 // indirect
5+
require github.com/hugo-toha/toha/v4 v4.7.0 // indirect
66

77
// replace(
88
// github.com/hugo-toha/toha/v4 => ../toha

go.sum

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
github.com/hugo-toha/toha/v4 v4.5.1-0.20240920005714-9da3e3420b4d h1:pp9Q2zGZpT2TtyW04E068xTr2v3iOIoakN/gA0Wh+p4=
2-
github.com/hugo-toha/toha/v4 v4.5.1-0.20240920005714-9da3e3420b4d/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
3-
github.com/hugo-toha/toha/v4 v4.6.0 h1:u+9KiGyTsC54sHld8HEvLEJBnKjkuuasHwair1wJM2Y=
4-
github.com/hugo-toha/toha/v4 v4.6.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
1+
github.com/hugo-toha/toha/v4 v4.7.0 h1:XmMLJRXoYKd8UmM3RTh0Kwe6+7l9/JnUi51c86h+GzU=
2+
github.com/hugo-toha/toha/v4 v4.7.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=

0 commit comments

Comments
 (0)