hugo-academic-mirror/starters/blog/go.mod
George Cushen 59a57b0518 starters: upgrade GitHub actions
GitHub broke some actions by removing Node 16.
2024-04-15 20:06:45 +01:00

8 lines
283 B
Modula-2

module github.com/HugoBlox/hugo-blox-builder/starters/blog
go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240310162319-c03355fea540
)