hugo-academic-mirror/starters/landing-page/go.mod

9 lines
242 B
Modula-2
Raw Normal View History

2023-12-03 17:48:48 +00:00
module my_website
go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231214235519-5a4b7ec72168
2023-12-03 17:48:48 +00:00
)