Remove the explicit dependencies from go.mod

This commit is contained in:
Eryn Wells 2024-11-04 16:36:40 -08:00
parent 54782cc1f7
commit 32c41daea1

2
go.mod
View file

@ -3,6 +3,4 @@ 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
)