1
0

Upgrade to Senior

This commit is contained in:
2025-10-30 20:41:08 +01:00
parent a4868fba44
commit c5954d48f6
6 changed files with 37 additions and 21 deletions

6
go.mod
View File

@@ -4,8 +4,8 @@ go 1.15
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.4.1 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.2.3 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.3.1 // indirect
)