Meta: Move all theme dependencies to module imports

This commit is contained in:
Eryn Wells 2024-08-07 08:41:32 -10:00
parent 8125f9035c
commit f97e815e06
3 changed files with 18 additions and 6 deletions

6
go.mod
View file

@ -1,3 +1,9 @@
module github.com/erynofwales/hugo-test-site/v2
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
)