hugo-academic-mirror/starters/resume/go.mod

9 lines
283 B
Modula-2
Raw Normal View History

2023-11-13 18:38:29 +00:00
module github.com/HugoBlox/hugo-blox-builder/starters/blog
go 1.19
require (
2023-11-25 20:54:04 +00:00
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125200520-804c70f7efb8
2023-12-02 22:36:09 +00:00
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231202223048-768ab131c5c2
2023-11-13 18:38:29 +00:00
)