diff --git a/modules/blox-bootstrap/go.mod b/modules/blox-bootstrap/go.mod index 0adf25a6..f6148571 100644 --- a/modules/blox-bootstrap/go.mod +++ b/modules/blox-bootstrap/go.mod @@ -4,5 +4,5 @@ go 1.15 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 - github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2 + github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 ) diff --git a/modules/blox-bootstrap/hugo.yaml b/modules/blox-bootstrap/hugo.yaml index b3f1c571..c7dc9683 100644 --- a/modules/blox-bootstrap/hugo.yaml +++ b/modules/blox-bootstrap/hugo.yaml @@ -24,7 +24,7 @@ sitemap: changefreq: weekly module: hugoVersion: - min: '0.123.3' + min: '0.134.1' extended: true imports: - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-core diff --git a/modules/blox-tailwind/go.mod b/modules/blox-tailwind/go.mod index 860e437c..df8f941f 100644 --- a/modules/blox-tailwind/go.mod +++ b/modules/blox-tailwind/go.mod @@ -2,4 +2,4 @@ module github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind go 1.19 -require github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics v0.1.2 +require github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics v0.1.3 diff --git a/modules/blox-tailwind/hugo.yaml b/modules/blox-tailwind/hugo.yaml index 00a0ed16..90c98bb9 100644 --- a/modules/blox-tailwind/hugo.yaml +++ b/modules/blox-tailwind/hugo.yaml @@ -58,7 +58,7 @@ sitemap: changefreq: weekly module: hugoVersion: - min: '0.126.0' + min: '0.134.1' extended: true imports: - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics