-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (13 loc) · 871 Bytes
/
go.mod
File metadata and controls
17 lines (13 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/CodingCellist/personal-website
go 1.19
require github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1
require github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 // indirect
//// require (
//// github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7
//// 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
//// // 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-plugin-netlify v1.1.2-0.20231108141515-0478cf6921f9
//// // github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2
//// )