From b53b071197632d7c93acb17ff5afe8c8b1f959ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 18:42:12 +0000 Subject: [PATCH] chore(deps): update module github.com/hbstack/header to v0.16.7 --- modules/apps/go.mod | 2 +- modules/apps/go.sum | 1 + modules/banner/go.mod | 2 +- modules/banner/go.sum | 1 + modules/docsearch/go.mod | 2 +- modules/docsearch/go.sum | 1 + modules/gcse/go.mod | 2 +- modules/gcse/go.sum | 1 + modules/git-org/go.mod | 2 +- modules/git-org/go.sum | 1 + modules/git-repo/go.mod | 2 +- modules/git-repo/go.sum | 1 + modules/language-picker/go.mod | 2 +- modules/language-picker/go.sum | 1 + modules/news/go.mod | 2 +- modules/news/go.sum | 1 + modules/search/go.mod | 2 +- modules/search/go.sum | 1 + modules/socials/go.mod | 2 +- modules/socials/go.sum | 1 + modules/theme-toggle/go.mod | 2 +- modules/theme-toggle/go.sum | 1 + themes/classic/go.mod | 2 +- themes/classic/go.sum | 1 + themes/pills/go.mod | 2 +- themes/pills/go.sum | 1 + 26 files changed, 26 insertions(+), 13 deletions(-) diff --git a/modules/apps/go.mod b/modules/apps/go.mod index c99f0351..65912673 100644 --- a/modules/apps/go.mod +++ b/modules/apps/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/icons v0.6.6 // indirect diff --git a/modules/apps/go.sum b/modules/apps/go.sum index 42d1a3f1..a6e05bed 100644 --- a/modules/apps/go.sum +++ b/modules/apps/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= diff --git a/modules/banner/go.mod b/modules/banner/go.mod index 59288f7e..fe8cdfb3 100644 --- a/modules/banner/go.mod +++ b/modules/banner/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/icons v0.6.6 // indirect diff --git a/modules/banner/go.sum b/modules/banner/go.sum index 2b58c466..c4487649 100644 --- a/modules/banner/go.sum +++ b/modules/banner/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= diff --git a/modules/docsearch/go.mod b/modules/docsearch/go.mod index b939ae4e..3e5f5518 100644 --- a/modules/docsearch/go.mod +++ b/modules/docsearch/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/docsearch v0.1.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect diff --git a/modules/docsearch/go.sum b/modules/docsearch/go.sum index 3e880a5b..4983c1cc 100644 --- a/modules/docsearch/go.sum +++ b/modules/docsearch/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= diff --git a/modules/gcse/go.mod b/modules/gcse/go.mod index 661af593..4a2d6438 100644 --- a/modules/gcse/go.mod +++ b/modules/gcse/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/icons v0.6.6 // indirect diff --git a/modules/gcse/go.sum b/modules/gcse/go.sum index 42d1a3f1..a6e05bed 100644 --- a/modules/gcse/go.sum +++ b/modules/gcse/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= diff --git a/modules/git-org/go.mod b/modules/git-org/go.mod index 79add131..40a203cc 100644 --- a/modules/git-org/go.mod +++ b/modules/git-org/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/icons v0.6.6 // indirect diff --git a/modules/git-org/go.sum b/modules/git-org/go.sum index 42d1a3f1..a6e05bed 100644 --- a/modules/git-org/go.sum +++ b/modules/git-org/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= diff --git a/modules/git-repo/go.mod b/modules/git-repo/go.mod index aa5e2583..d700da95 100644 --- a/modules/git-repo/go.mod +++ b/modules/git-repo/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/icons v0.6.6 // indirect diff --git a/modules/git-repo/go.sum b/modules/git-repo/go.sum index 42d1a3f1..a6e05bed 100644 --- a/modules/git-repo/go.sum +++ b/modules/git-repo/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= diff --git a/modules/language-picker/go.mod b/modules/language-picker/go.mod index 7867478c..8a373a1a 100644 --- a/modules/language-picker/go.mod +++ b/modules/language-picker/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/icons v0.6.6 // indirect diff --git a/modules/language-picker/go.sum b/modules/language-picker/go.sum index 42d1a3f1..a6e05bed 100644 --- a/modules/language-picker/go.sum +++ b/modules/language-picker/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= diff --git a/modules/news/go.mod b/modules/news/go.mod index dbd0874b..85cfad1c 100644 --- a/modules/news/go.mod +++ b/modules/news/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/icons v0.6.6 // indirect diff --git a/modules/news/go.sum b/modules/news/go.sum index 42d1a3f1..a6e05bed 100644 --- a/modules/news/go.sum +++ b/modules/news/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= diff --git a/modules/search/go.mod b/modules/search/go.mod index c2105a3f..9188091e 100644 --- a/modules/search/go.mod +++ b/modules/search/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hbstack/search v0.2.2 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect diff --git a/modules/search/go.sum b/modules/search/go.sum index 192351b1..42ab630b 100644 --- a/modules/search/go.sum +++ b/modules/search/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hbstack/search v0.2.2 h1:OcGCw2cVzZlB48wogNatcbaHk2BB7Boc/ESt9txI4Gw= github.com/hbstack/search v0.2.2/go.mod h1:sVNCCvokrCfydqCNF/q7kcAd+U73a7Y/0P+v8vJaC0I= github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc= diff --git a/modules/socials/go.mod b/modules/socials/go.mod index fa17b88f..7231ced2 100644 --- a/modules/socials/go.mod +++ b/modules/socials/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hbstack/socials v0.19.0 // indirect github.com/hugomods/ascii v0.1.0 // indirect github.com/hugomods/base v0.7.3 // indirect diff --git a/modules/socials/go.sum b/modules/socials/go.sum index c64e8dd5..403bc538 100644 --- a/modules/socials/go.sum +++ b/modules/socials/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hbstack/socials v0.16.0 h1:gR7NL/EBLQzqO31Tp/ITU7jtDuyDXfNskJyLtnpU0VM= github.com/hbstack/socials v0.16.0/go.mod h1:9pfExMNoBMnQ0JV2ODURqUQsEC/HlgUo9b3jXdrHNM4= github.com/hbstack/socials v0.17.0/go.mod h1:bGfRrGxVWfvwseOzJ+13vHhHpZ+e+f2z8k4ypPBhH10= diff --git a/modules/theme-toggle/go.mod b/modules/theme-toggle/go.mod index afdf526e..73dfb44d 100644 --- a/modules/theme-toggle/go.mod +++ b/modules/theme-toggle/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/icons v0.6.6 // indirect diff --git a/modules/theme-toggle/go.sum b/modules/theme-toggle/go.sum index 42d1a3f1..a6e05bed 100644 --- a/modules/theme-toggle/go.sum +++ b/modules/theme-toggle/go.sum @@ -14,6 +14,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= diff --git a/themes/classic/go.mod b/themes/classic/go.mod index 7435a563..940126b0 100644 --- a/themes/classic/go.mod +++ b/themes/classic/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/icons v0.6.6 // indirect diff --git a/themes/classic/go.sum b/themes/classic/go.sum index 821eb646..a9b2ad45 100644 --- a/themes/classic/go.sum +++ b/themes/classic/go.sum @@ -36,6 +36,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.1.0 h1:3o9Y85BvXHjkYzZfswM/EtthQ8GOYKN8aXHkIWqu3/8= github.com/hugomods/base v0.1.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.2.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= diff --git a/themes/pills/go.mod b/themes/pills/go.mod index f840ee43..0919d764 100644 --- a/themes/pills/go.mod +++ b/themes/pills/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect - github.com/hbstack/header v0.16.6 // indirect + github.com/hbstack/header v0.16.7 // indirect github.com/hugomods/base v0.7.3 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/icons v0.6.6 // indirect diff --git a/themes/pills/go.sum b/themes/pills/go.sum index 821eb646..a9b2ad45 100644 --- a/themes/pills/go.sum +++ b/themes/pills/go.sum @@ -36,6 +36,7 @@ github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKI github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA= github.com/hbstack/header v0.16.5/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= github.com/hbstack/header v0.16.6/go.mod h1:ZfeQNeNWaBeGPBZHtbRz2W9IWkmIoMrpOXoDsoYa/Gg= +github.com/hbstack/header v0.16.7/go.mod h1:H9BH5lD/s0VYKwqj9l6rxSyDwG4bJg73MSBftVS5aAc= github.com/hugomods/base v0.1.0 h1:3o9Y85BvXHjkYzZfswM/EtthQ8GOYKN8aXHkIWqu3/8= github.com/hugomods/base v0.1.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.2.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=