fix: blox-seo require

This commit is contained in:
George Cushen 2023-11-08 14:19:41 +00:00
commit 5849f386bd
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# Hugo Blox Builder
version = "5.9.5"
version = "5.9.6"

View file

@ -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.1
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2
)