hugo-academic-mirror/starters/link-in-bio/go.mod

9 lines
212 B
Modula-2
Raw Normal View History

module my_website
go 1.19
2023-11-09 14:58:28 +00:00
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
2024-11-04 15:56:18 +00:00
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1
2023-11-09 14:58:28 +00:00
)