Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hbstack/blog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.39.0
Choose a base ref
...
head repository: hbstack/blog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.40.0
Choose a head ref

Commits on Dec 16, 2024

  1. Copy the full SHA
    177ab74 View commit details

Commits on Dec 27, 2024

  1. Copy the full SHA
    ebe1df9 View commit details
  2. Copy the full SHA
    c8b69f7 View commit details

Commits on Dec 29, 2024

  1. Copy the full SHA
    1034308 View commit details
  2. Copy the full SHA
    81cdc02 View commit details

Commits on Dec 30, 2024

  1. Copy the full SHA
    1c933b1 View commit details
  2. Copy the full SHA
    09b81d4 View commit details

Commits on Jan 12, 2025

  1. Copy the full SHA
    1cc5219 View commit details

Commits on Jan 13, 2025

  1. Copy the full SHA
    87963d9 View commit details

Commits on Jan 14, 2025

  1. Copy the full SHA
    d942c21 View commit details

Commits on Jan 15, 2025

  1. Copy the full SHA
    c789ad4 View commit details
  2. Copy the full SHA
    ab44fe6 View commit details

Commits on Jan 17, 2025

  1. Copy the full SHA
    efe1578 View commit details

Commits on Jan 20, 2025

  1. Copy the full SHA
    62e2f85 View commit details

Commits on Jan 22, 2025

  1. Copy the full SHA
    91c2503 View commit details

Commits on Jan 25, 2025

  1. Copy the full SHA
    e4b3ca1 View commit details

Commits on Jan 27, 2025

  1. Copy the full SHA
    88f1947 View commit details

Commits on Jan 29, 2025

  1. Copy the full SHA
    01280a9 View commit details

Commits on Jan 30, 2025

  1. Copy the full SHA
    915a2c5 View commit details

Commits on Feb 3, 2025

  1. Copy the full SHA
    74e789a View commit details

Commits on Feb 14, 2025

  1. chore(deps): update module github.com/gohugoio/hugo-mod-bootstrap-scs…

    …s/v5 to v5.20300.20400
    renovate[bot] authored and mergify[bot] committed Feb 14, 2025
    Copy the full SHA
    2c15a54 View commit details

Commits on Feb 15, 2025

  1. Copy the full SHA
    64d9029 View commit details
  2. Copy the full SHA
    c3f997a View commit details

Commits on Feb 16, 2025

  1. Copy the full SHA
    b9892c5 View commit details

Commits on Feb 17, 2025

  1. Copy the full SHA
    25c17f2 View commit details

Commits on Feb 22, 2025

  1. Copy the full SHA
    0828ef0 View commit details

Commits on Feb 24, 2025

  1. Copy the full SHA
    1fb1b5b View commit details

Commits on Feb 28, 2025

  1. Copy the full SHA
    af13e64 View commit details

Commits on Mar 13, 2025

  1. Copy the full SHA
    800f6a6 View commit details

Commits on Mar 14, 2025

  1. Copy the full SHA
    b0e39b4 View commit details
  2. feat(i18n): create pt.toml (#1070)

    Portuguese translation.
    LITUATUI authored Mar 14, 2025
    Copy the full SHA
    0ad2c50 View commit details
  3. Copy the full SHA
    5275ba6 View commit details
  4. chore: release main (#1072)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 14, 2025
    Copy the full SHA
    43dbde0 View commit details
Showing with 438 additions and 155 deletions.
  1. +1 −1 .release-please-manifest.json
  2. +7 −0 CHANGELOG.md
  3. +5 −5 go.mod
  4. +9 −0 go.sum
  5. +18 −0 i18n/pt.toml
  6. +4 −4 modules/breadcrumb/go.mod
  7. +7 −0 modules/breadcrumb/go.sum
  8. +4 −4 modules/content-panel/go.mod
  9. +7 −0 modules/content-panel/go.sum
  10. +7 −7 modules/decap-cms/go.mod
  11. +15 −0 modules/decap-cms/go.sum
  12. +4 −4 modules/disqus/go.mod
  13. +7 −0 modules/disqus/go.sum
  14. +4 −4 modules/featured-image/go.mod
  15. +7 −0 modules/featured-image/go.sum
  16. +4 −4 modules/giscus/go.mod
  17. +7 −0 modules/giscus/go.sum
  18. +4 −4 modules/heading-sign/go.mod
  19. +7 −0 modules/heading-sign/go.sum
  20. +1 −1 modules/post-authors/go.mod
  21. +1 −0 modules/post-authors/go.sum
  22. +4 −4 modules/post-nav/go.mod
  23. +7 −0 modules/post-nav/go.sum
  24. +5 −5 modules/related-posts/go.mod
  25. +8 −0 modules/related-posts/go.sum
  26. +5 −5 modules/sidebar/posts/go.mod
  27. +8 −0 modules/sidebar/posts/go.sum
  28. +5 −5 modules/sidebar/profile/go.mod
  29. +10 −0 modules/sidebar/profile/go.sum
  30. +8 −8 modules/sidebar/search/go.mod
  31. +13 −0 modules/sidebar/search/go.sum
  32. +4 −4 modules/sidebar/taxonomies/go.mod
  33. +7 −0 modules/sidebar/taxonomies/go.sum
  34. +5 −5 modules/social-share-buttons/go.mod
  35. +9 −0 modules/social-share-buttons/go.sum
  36. +4 −4 modules/staticman/go.mod
  37. +7 −0 modules/staticman/go.sum
  38. +3 −3 modules/toc-scrollspy/go.mod
  39. +5 −0 modules/toc-scrollspy/go.sum
  40. +4 −4 modules/twikoo/go.mod
  41. +7 −0 modules/twikoo/go.sum
  42. +4 −4 modules/utterances/go.mod
  43. +7 −0 modules/utterances/go.sum
  44. +169 −66 package-lock.json
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.39.0",
".": "0.40.0",
"modules/breadcrumb": "0.1.23",
"modules/content-panel": "0.1.21",
"modules/decap-cms": "0.4.0",
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.40.0](https://github.com/hbstack/blog/compare/v0.39.0...v0.40.0) (2025-03-14)


### Features ✨

* **i18n:** create pt.toml ([#1070](https://github.com/hbstack/blog/issues/1070)) ([0ad2c50](https://github.com/hbstack/blog/commit/0ad2c5031ec663d5c4d2e76cf2117dae5e00ec16))

## [0.39.0](https://github.com/hbstack/blog/compare/v0.38.1...v0.39.0) (2024-12-16)


10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -3,25 +3,25 @@ module github.com/hbstack/blog
go 1.18

require (
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/hbstack/base v0.6.2 // indirect
github.com/hbstack/carousel v0.2.7 // indirect
github.com/hbstack/footer v0.4.1 // indirect
github.com/hbstack/hb v0.16.0 // indirect
github.com/hbstack/header v0.16.4 // indirect
github.com/hbstack/header v0.16.6 // indirect
github.com/hbstack/pagination v0.8.0 // indirect
github.com/hbstack/socials v0.17.0 // indirect
github.com/hbstack/socials v0.18.0 // indirect
github.com/hugomods/ascii v0.1.0 // indirect
github.com/hugomods/base v0.7.2 // indirect
github.com/hugomods/gravatar v0.2.0 // indirect
github.com/hugomods/hugopress v0.5.0 // indirect
github.com/hugomods/icons v0.6.6 // indirect
github.com/hugomods/icons/vendors/bootstrap v0.5.9 // indirect
github.com/hugomods/icons/vendors/simple-icons v1.0.61 // indirect
github.com/hugomods/icons/vendors/simple-icons v1.1.1 // indirect
github.com/hugomods/images v0.11.2 // indirect
github.com/hugomods/seo/modules/base v0.1.3 // indirect
github.com/hugomods/simple-icons v13.19.0+incompatible // indirect
github.com/hugomods/simple-icons v13.21.0+incompatible // indirect
github.com/twbs/bootstrap v5.3.3+incompatible // indirect
github.com/twbs/icons v1.11.3 // indirect
)
9 changes: 9 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200/go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400/go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78=
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 h1:GZxx4Hc+yb0/t3/rau1j8XlAxLE4CyXns2fqQbyqWfs=
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI=
github.com/hbstack/base v0.5.1 h1:E3I05k9LG6ZhkXHkDJt+SIhr0AGH1RpI5+oeoj3mgHg=
@@ -38,6 +39,8 @@ github.com/hbstack/header v0.16.1/go.mod h1:ruhJLStQ+YHY31W/PpcBSuvKJbWENbbB9RmN
github.com/hbstack/header v0.16.2/go.mod h1:ruhJLStQ+YHY31W/PpcBSuvKJbWENbbB9RmNkuKnPpk=
github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA=
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/pagination v0.7.0 h1:h+4/d9WItx5joCk0x/zj+LWjTmYK+l8ehRrEkNqx3vk=
github.com/hbstack/pagination v0.7.0/go.mod h1:XaYSS/iReEFQo+fbVAx2YfjP4muWEraVNGeaTcVA35o=
github.com/hbstack/pagination v0.8.0 h1:xnrLD6c7HalpQFQKN9pcQi1M8H0o8b3yrjbjBFs/03o=
@@ -49,6 +52,9 @@ github.com/hbstack/socials v0.15.0/go.mod h1:Bu1TdfuxLKtpEImsmuvB8OwbYJaGzOriQbO
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=
github.com/hbstack/socials v0.17.1/go.mod h1:SxsgrMkupTV3fHpGpWZQ7HAaeGUvENZPW5z+0ywJ5ao=
github.com/hbstack/socials v0.17.2/go.mod h1:SxsgrMkupTV3fHpGpWZQ7HAaeGUvENZPW5z+0ywJ5ao=
github.com/hbstack/socials v0.18.0/go.mod h1:iZvyHnOhH2ZYGvUnO6QomRiCwirCB9CtxUbsHsJloL8=
github.com/hugomods/ascii v0.1.0 h1:c7E0nV3z7PiNchGXkIuFBWsKym17k0iOo+o6Bp6bw30=
github.com/hugomods/ascii v0.1.0/go.mod h1:vvC2YaCuNBWl/8F/mfk9vMxVpwXluH80cROV9TDpmLk=
github.com/hugomods/base v0.6.0 h1:trDA6k742kUb7VOwrvC564MgalMsAtsQGfB9AZFbVeo=
@@ -105,6 +111,8 @@ github.com/hugomods/icons/vendors/simple-icons v1.0.58/go.mod h1:FNv3PHfJQi+Ri6t
github.com/hugomods/icons/vendors/simple-icons v1.0.59/go.mod h1:orl9o8nQFUF8h4m0qS+ympS8btJTaTxx4ZsXHSvXzHw=
github.com/hugomods/icons/vendors/simple-icons v1.0.60/go.mod h1:/skqfU1fJ+WnPV8nX3sP2yTBJc7PLMdciMp8qNXDKYU=
github.com/hugomods/icons/vendors/simple-icons v1.0.61/go.mod h1:x5TsryarJP5xAGVAXiZCa/7tP8+b22n5BbHfxtjX2uc=
github.com/hugomods/icons/vendors/simple-icons v1.1.0/go.mod h1:x5TsryarJP5xAGVAXiZCa/7tP8+b22n5BbHfxtjX2uc=
github.com/hugomods/icons/vendors/simple-icons v1.1.1/go.mod h1:ZKdcZ++UGSRnEoaVL+MTth91x4NJRIe8aJOD8oAFcRA=
github.com/hugomods/images v0.10.1 h1:ok3ZUZ63MAcmFuTx2kC5JJ3Sffd420RRW9yO57SFeQA=
github.com/hugomods/images v0.10.1/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
github.com/hugomods/images v0.11.0/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
@@ -141,6 +149,7 @@ github.com/hugomods/simple-icons v13.14.1+incompatible/go.mod h1:1Lvymol7AMVY7ji
github.com/hugomods/simple-icons v13.15.0+incompatible/go.mod h1:1Lvymol7AMVY7ji/o88jMoDHHZIJ5Wc+WwNe5hjmk+U=
github.com/hugomods/simple-icons v13.18.0+incompatible/go.mod h1:1Lvymol7AMVY7ji/o88jMoDHHZIJ5Wc+WwNe5hjmk+U=
github.com/hugomods/simple-icons v13.19.0+incompatible/go.mod h1:1Lvymol7AMVY7ji/o88jMoDHHZIJ5Wc+WwNe5hjmk+U=
github.com/hugomods/simple-icons v13.21.0+incompatible/go.mod h1:1Lvymol7AMVY7ji/o88jMoDHHZIJ5Wc+WwNe5hjmk+U=
github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.3.3+incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
18 changes: 18 additions & 0 deletions i18n/pt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[metrics_page_sections]
other = "Secções"

[metrics_page_types]
other = "Tipos"

[metrics_posts]
other = "Artigos"

[on_this_page]
other = "Nesta página"

[read_more_about]
other = "Leia mais sobre {{ . }}."

[reading_time]
one = "{{ .Count }} minuto de leitura"
other = "{{ .Count }} minutos de leitura"
8 changes: 4 additions & 4 deletions modules/breadcrumb/go.mod
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@ module github.com/hbstack/blog/modules/breadcrumb
go 1.18

require (
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
github.com/hbstack/blog v0.38.1 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
github.com/hbstack/blog v0.39.0 // indirect
github.com/hbstack/breadcrumb v0.8.0 // indirect
github.com/hbstack/footer v0.4.1 // indirect
github.com/hbstack/header v0.16.4 // indirect
github.com/hbstack/header v0.16.6 // indirect
github.com/hugomods/base v0.7.2 // indirect
github.com/hugomods/hugopress v0.5.0 // indirect
github.com/hugomods/icons v0.6.6 // indirect
github.com/hugomods/icons/vendors/simple-icons v1.0.61 // indirect
github.com/hugomods/icons/vendors/simple-icons v1.1.1 // indirect
github.com/hugomods/seo/modules/base v0.1.3 // indirect
github.com/twbs/icons v1.11.3 // indirect
)
7 changes: 7 additions & 0 deletions modules/breadcrumb/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200/go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400/go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78=
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI=
github.com/hbstack/blog v0.16.1 h1:Y+HY0DPZKj1CSBnNyU4/1Bt1yNBpVgJoquEfjQ1hNqQ=
github.com/hbstack/blog v0.16.1/go.mod h1:8sBP+PIq/hKN6Y99DuA3jup+aFUl/bbB8okNgwERNOs=
@@ -59,6 +60,7 @@ github.com/hbstack/blog v0.37.3/go.mod h1:AIDU/s/QGVJhMB9Y20ZR4L7h2zOCI9XuPBpv11
github.com/hbstack/blog v0.37.4/go.mod h1:kPLAw+tLZGjcnaNevNjo86KS2zQNkblFLiG01qF2O1Q=
github.com/hbstack/blog v0.38.0/go.mod h1:mSWZq1M68aJSjGPv+yfbduABOSNbpBJ9HAM/EIKWxfQ=
github.com/hbstack/blog v0.38.1/go.mod h1:BGktOnBav5+EUdCmwaTfJCKS/mfA4guz2s4RVbDCTQI=
github.com/hbstack/blog v0.39.0/go.mod h1:w5k8+HF1YmuU+A5SCEkMpz5CwHhcO1mx/h3rhj0Tilc=
github.com/hbstack/breadcrumb v0.2.1 h1:dhgak/MwHojE3PSzTMytXp1p0JGhsMje65/3bCxaAL8=
github.com/hbstack/breadcrumb v0.2.1/go.mod h1:TTqv6qJzqTeYvHSZ3gIifRB/zVD0l+I7/Sxu0cftqtE=
github.com/hbstack/breadcrumb v0.3.0/go.mod h1:TTqv6qJzqTeYvHSZ3gIifRB/zVD0l+I7/Sxu0cftqtE=
@@ -107,6 +109,8 @@ github.com/hbstack/header v0.16.1/go.mod h1:ruhJLStQ+YHY31W/PpcBSuvKJbWENbbB9RmN
github.com/hbstack/header v0.16.2/go.mod h1:ruhJLStQ+YHY31W/PpcBSuvKJbWENbbB9RmNkuKnPpk=
github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA=
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/hugomods/base v0.2.0 h1:O/ZzXPA9LJvNbkfmx0nJX9LHjEnQjAPmCwd2APwhnPU=
github.com/hugomods/base v0.2.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
github.com/hugomods/base v0.3.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
@@ -179,12 +183,15 @@ github.com/hugomods/icons/vendors/simple-icons v1.0.58/go.mod h1:FNv3PHfJQi+Ri6t
github.com/hugomods/icons/vendors/simple-icons v1.0.59/go.mod h1:orl9o8nQFUF8h4m0qS+ympS8btJTaTxx4ZsXHSvXzHw=
github.com/hugomods/icons/vendors/simple-icons v1.0.60/go.mod h1:/skqfU1fJ+WnPV8nX3sP2yTBJc7PLMdciMp8qNXDKYU=
github.com/hugomods/icons/vendors/simple-icons v1.0.61/go.mod h1:x5TsryarJP5xAGVAXiZCa/7tP8+b22n5BbHfxtjX2uc=
github.com/hugomods/icons/vendors/simple-icons v1.1.0/go.mod h1:x5TsryarJP5xAGVAXiZCa/7tP8+b22n5BbHfxtjX2uc=
github.com/hugomods/icons/vendors/simple-icons v1.1.1/go.mod h1:ZKdcZ++UGSRnEoaVL+MTth91x4NJRIe8aJOD8oAFcRA=
github.com/hugomods/seo/modules/base v0.1.0 h1:ZEkWuYeRJeQakBkBThO3N3lmGzOZoPixs4pDugJXfJk=
github.com/hugomods/seo/modules/base v0.1.0/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ5PGov2a2dikTg1qSg=
github.com/hugomods/seo/modules/base v0.1.1/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ5PGov2a2dikTg1qSg=
github.com/hugomods/seo/modules/base v0.1.2/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ5PGov2a2dikTg1qSg=
github.com/hugomods/seo/modules/base v0.1.3/go.mod h1:kKuDlSh6uMjNAfe4j1RFQze4HwTHVKWuLIRsMwENqxs=
github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/icons v1.11.1 h1:lMKkMwupTDfBJWXx6RFLwfYuCmqG/uUAu2LaOf7bZjU=
github.com/twbs/icons v1.11.1/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA=
github.com/twbs/icons v1.11.2/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA=
8 changes: 4 additions & 4 deletions modules/content-panel/go.mod
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@ module github.com/hbstack/blog/modules/content-panel
go 1.19

require (
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
github.com/hbstack/blog v0.38.1 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
github.com/hbstack/blog v0.39.0 // indirect
github.com/hbstack/content-panel v0.10.2 // indirect
github.com/hbstack/footer v0.4.1 // indirect
github.com/hbstack/header v0.16.4 // indirect
github.com/hbstack/header v0.16.6 // indirect
github.com/hugomods/base v0.7.2 // indirect
github.com/hugomods/hugopress v0.5.0 // indirect
github.com/hugomods/icons v0.6.6 // indirect
github.com/hugomods/icons/vendors/simple-icons v1.0.61 // indirect
github.com/hugomods/icons/vendors/simple-icons v1.1.1 // indirect
github.com/hugomods/seo/modules/base v0.1.3 // indirect
github.com/twbs/icons v1.11.3 // indirect
)
7 changes: 7 additions & 0 deletions modules/content-panel/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200/go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400/go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78=
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI=
github.com/hbstack/blog v0.16.1 h1:Y+HY0DPZKj1CSBnNyU4/1Bt1yNBpVgJoquEfjQ1hNqQ=
github.com/hbstack/blog v0.16.1/go.mod h1:8sBP+PIq/hKN6Y99DuA3jup+aFUl/bbB8okNgwERNOs=
@@ -59,6 +60,7 @@ github.com/hbstack/blog v0.37.3/go.mod h1:AIDU/s/QGVJhMB9Y20ZR4L7h2zOCI9XuPBpv11
github.com/hbstack/blog v0.37.4/go.mod h1:kPLAw+tLZGjcnaNevNjo86KS2zQNkblFLiG01qF2O1Q=
github.com/hbstack/blog v0.38.0/go.mod h1:mSWZq1M68aJSjGPv+yfbduABOSNbpBJ9HAM/EIKWxfQ=
github.com/hbstack/blog v0.38.1/go.mod h1:BGktOnBav5+EUdCmwaTfJCKS/mfA4guz2s4RVbDCTQI=
github.com/hbstack/blog v0.39.0/go.mod h1:w5k8+HF1YmuU+A5SCEkMpz5CwHhcO1mx/h3rhj0Tilc=
github.com/hbstack/content-panel v0.2.3 h1:17yanNAuTl3aQn/p3ZMe8xb2jkc7DYkPVk4FT5JYx0M=
github.com/hbstack/content-panel v0.2.3/go.mod h1:btJhaVMoOh9mSAqM4sFfjsCCJB/D253cnR//Y7Lx5xI=
github.com/hbstack/content-panel v0.3.0/go.mod h1:btJhaVMoOh9mSAqM4sFfjsCCJB/D253cnR//Y7Lx5xI=
@@ -107,6 +109,8 @@ github.com/hbstack/header v0.16.1/go.mod h1:ruhJLStQ+YHY31W/PpcBSuvKJbWENbbB9RmN
github.com/hbstack/header v0.16.2/go.mod h1:ruhJLStQ+YHY31W/PpcBSuvKJbWENbbB9RmNkuKnPpk=
github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA=
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/hugomods/base v0.2.0 h1:O/ZzXPA9LJvNbkfmx0nJX9LHjEnQjAPmCwd2APwhnPU=
github.com/hugomods/base v0.2.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
github.com/hugomods/base v0.3.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
@@ -179,12 +183,15 @@ github.com/hugomods/icons/vendors/simple-icons v1.0.58/go.mod h1:FNv3PHfJQi+Ri6t
github.com/hugomods/icons/vendors/simple-icons v1.0.59/go.mod h1:orl9o8nQFUF8h4m0qS+ympS8btJTaTxx4ZsXHSvXzHw=
github.com/hugomods/icons/vendors/simple-icons v1.0.60/go.mod h1:/skqfU1fJ+WnPV8nX3sP2yTBJc7PLMdciMp8qNXDKYU=
github.com/hugomods/icons/vendors/simple-icons v1.0.61/go.mod h1:x5TsryarJP5xAGVAXiZCa/7tP8+b22n5BbHfxtjX2uc=
github.com/hugomods/icons/vendors/simple-icons v1.1.0/go.mod h1:x5TsryarJP5xAGVAXiZCa/7tP8+b22n5BbHfxtjX2uc=
github.com/hugomods/icons/vendors/simple-icons v1.1.1/go.mod h1:ZKdcZ++UGSRnEoaVL+MTth91x4NJRIe8aJOD8oAFcRA=
github.com/hugomods/seo/modules/base v0.1.0 h1:ZEkWuYeRJeQakBkBThO3N3lmGzOZoPixs4pDugJXfJk=
github.com/hugomods/seo/modules/base v0.1.0/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ5PGov2a2dikTg1qSg=
github.com/hugomods/seo/modules/base v0.1.1/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ5PGov2a2dikTg1qSg=
github.com/hugomods/seo/modules/base v0.1.2/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ5PGov2a2dikTg1qSg=
github.com/hugomods/seo/modules/base v0.1.3/go.mod h1:kKuDlSh6uMjNAfe4j1RFQze4HwTHVKWuLIRsMwENqxs=
github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/icons v1.11.1 h1:lMKkMwupTDfBJWXx6RFLwfYuCmqG/uUAu2LaOf7bZjU=
github.com/twbs/icons v1.11.1/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA=
github.com/twbs/icons v1.11.2/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA=
14 changes: 7 additions & 7 deletions modules/decap-cms/go.mod
Original file line number Diff line number Diff line change
@@ -3,27 +3,27 @@ module github.com/hbstack/blog/modules/decap-cms
go 1.18

require (
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/hbstack/base v0.6.2 // indirect
github.com/hbstack/blog v0.38.1 // indirect
github.com/hbstack/blog v0.39.0 // indirect
github.com/hbstack/carousel v0.2.7 // indirect
github.com/hbstack/decap-cms v0.4.0 // indirect
github.com/hbstack/footer v0.4.1 // indirect
github.com/hbstack/hb v0.16.0 // indirect
github.com/hbstack/header v0.16.4 // indirect
github.com/hbstack/header v0.16.6 // indirect
github.com/hbstack/pagination v0.8.0 // indirect
github.com/hbstack/socials v0.17.0 // indirect
github.com/hbstack/socials v0.18.0 // indirect
github.com/hugomods/base v0.7.2 // indirect
github.com/hugomods/decap-cms v0.16.1 // indirect
github.com/hugomods/decap-cms v0.16.6 // indirect
github.com/hugomods/gravatar v0.2.0 // indirect
github.com/hugomods/hugopress v0.5.0 // indirect
github.com/hugomods/icons v0.6.6 // indirect
github.com/hugomods/icons/vendors/bootstrap v0.5.9 // indirect
github.com/hugomods/icons/vendors/simple-icons v1.0.61 // indirect
github.com/hugomods/icons/vendors/simple-icons v1.1.1 // indirect
github.com/hugomods/images v0.11.2 // indirect
github.com/hugomods/seo/modules/base v0.1.3 // indirect
github.com/hugomods/simple-icons v13.19.0+incompatible // indirect
github.com/hugomods/simple-icons v13.21.0+incompatible // indirect
github.com/twbs/bootstrap v5.3.3+incompatible // indirect
github.com/twbs/icons v1.11.3 // indirect
)
Loading