-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
15 lines (12 loc) · 577 Bytes
/
Copy pathgo.mod
File metadata and controls
15 lines (12 loc) · 577 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/slamander/website
go 1.21
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20250301201144-44e75541f7be
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.3-0.20250301201144-44e75541f7be
)
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics v0.1.3 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 // indirect
)