Meta: Add resource-builders as a dependency

This commit is contained in:
Eryn Wells 2024-08-07 08:08:40 -10:00
parent a1b8bc4630
commit ccd2a25920
3 changed files with 8 additions and 1 deletions

4
go.mod
View file

@ -1,3 +1,5 @@
module github.com/erynofwales/hugo-commandbar/v2 module github.com/erynofwales/hugo-commandbar/v2
go 1.22.4 go 1.22.5
require github.com/erynofwales/hugo-resource-builders/v2 v2.0.0-20240803231744-42f70cc8fb1d // indirect

2
go.sum Normal file
View file

@ -0,0 +1,2 @@
github.com/erynofwales/hugo-resource-builders/v2 v2.0.0-20240803231744-42f70cc8fb1d h1:m/HK/5sbD+hLfW61dXNL0py93dBKy3kKf40zw4Fpnlo=
github.com/erynofwales/hugo-resource-builders/v2 v2.0.0-20240803231744-42f70cc8fb1d/go.mod h1:5sWk4NdGyGeXVA88py/84BRcoULSMI3/OnqlziPg9AE=

View file

@ -3,3 +3,6 @@ module:
hugoVersion: hugoVersion:
extended: false extended: false
min: "0.116.0" min: "0.116.0"
imports:
- path: github.com/erynofwales/hugo-resource-builders/v2