hugo-test-site/go.mod

10 lines
353 B
Modula-2
Raw Normal View History

module github.com/erynofwales/hugo-test-site/v2
2024-06-06 21:01:40 -07:00
go 1.22.5
require (
github.com/erynofwales/hugo-commandbar/v2 v2.0.0-20240807181222-5d2b0e1883cd // indirect
github.com/erynofwales/hugo-resource-builders/v2 v2.0.0-20240807181356-8ae8136b8a70 // indirect
github.com/erynofwales/hugo-theme-termlite/v2 v2.0.0-20240807183649-c348571be6af // indirect
)