Make the whole site a module so it can accommodate the theme modules

This commit is contained in:
Eryn Wells 2024-10-07 21:30:32 -07:00
parent bac1ff6ea9
commit 00d6181bd8
2 changed files with 16 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/erynofwales/erynwells.me/v2
go 1.22.5
require (
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
)